Skip to content
Snippets Groups Projects
Commit a2a09ca9 authored by BLANCO-GARCIA's avatar BLANCO-GARCIA
Browse files

changing IDZMAX limit to 500

parent 5b5515a8
Branches
No related tags found
No related merge requests found
...@@ -162,7 +162,7 @@ struct FieldMapType { ...@@ -162,7 +162,7 @@ struct FieldMapType {
/* ID Laurent */ /* ID Laurent */
#define IDXMAX 500 #define IDXMAX 500
#define IDZMAX 100 #define IDZMAX 500
struct InsertionType { struct InsertionType {
int Pmethod; /* Integration Method */ int Pmethod; /* Integration Method */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment