mirror of
https://github.com/paboyle/Grid.git
synced 2025-08-04 05:37:06 +01:00
Open up dependency on Eigen and FFTW
This commit is contained in:
@@ -19,9 +19,9 @@
|
||||
#include <Config.h>
|
||||
|
||||
#ifdef HAVE_GMP_H
|
||||
#include <algorithms/approx/bigfloat.h>
|
||||
#include "bigfloat.h"
|
||||
#else
|
||||
#include <algorithms/approx/bigfloat_double.h>
|
||||
#include "algorithms/approx/bigfloat_double.h"
|
||||
#endif
|
||||
|
||||
#define JMAX 10000 //Maximum number of iterations of Newton's approximation
|
||||
|
Reference in New Issue
Block a user