1
0
mirror of https://github.com/acemod/ACE3.git synced 2024-08-30 18:23:18 +00:00

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.

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