mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2024-12-23 04:44:03 +01:00
Replaced <cmath> with <math.h> and std::fabs() with fabs() to be C-complient. #25
This commit is contained in:
parent
dcb4816941
commit
80c9a2291c
@ -16,7 +16,7 @@ Low- and high-level functions that use the Sherman-Morrison and Woodbury matrix
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
#include <cmath>
|
||||
#include <math.h>
|
||||
#ifndef THRESHOLD
|
||||
#define THRESHOLD 1e-3
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user