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:
parent
af3d6a5113
commit
3f84a08494
BIN
ace_fcs.dll
BIN
ace_fcs.dll
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))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user