1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-09 23:45:36 +00:00

Range improvement

This commit is contained in:
Peter Boyle 2020-06-18 22:41:06 -04:00
parent 32b2b59be4
commit edf17708a8

View File

@ -104,7 +104,7 @@ int main (int argc, char ** argv)
GridDefaultMpi());
double lo=0.001;
double hi=1.0;
double hi=20.0;
int precision=64;
int degree=10;
AlgRemez remez(lo,hi,precision);