mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-10 19:36:56 +01:00
first working version for the new build system
This commit is contained in:
@ -18,10 +18,10 @@
|
||||
#include <stddef.h>
|
||||
#include <Config.h>
|
||||
|
||||
#ifdef HAVE_GMP_H
|
||||
#ifdef HAVE_LIBGMP
|
||||
#include "bigfloat.h"
|
||||
#else
|
||||
#include "algorithms/approx/bigfloat_double.h"
|
||||
#include "bigfloat_double.h"
|
||||
#endif
|
||||
|
||||
#define JMAX 10000 //Maximum number of iterations of Newton's approximation
|
||||
|
Reference in New Issue
Block a user