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:
@ -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))
|
||||
|
||||
|
Reference in New Issue
Block a user