Update FCS iteration limit for accuracy over range.

This commit is contained in:
jaynus 2015-04-08 12:09:11 -07:00
parent af3d6a5113
commit 3f84a08494
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -21,7 +21,7 @@
#include <string> #include <string>
#define MAXELEVATION 20 #define MAXELEVATION 20
#define MAXITERATIONS 120 #define MAXITERATIONS 600
#define PRECISION 0.1 #define PRECISION 0.1
#define RADIANS(X) (X / (180 / M_PI)) #define RADIANS(X) (X / (180 / M_PI))