summaryrefslogtreecommitdiff
path: root/new/header.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'new/header.hpp')
-rw-r--r--new/header.hpp9
1 files changed, 6 insertions, 3 deletions
diff --git a/new/header.hpp b/new/header.hpp
index b8ef032..9acc489 100644
--- a/new/header.hpp
+++ b/new/header.hpp
@@ -6,7 +6,7 @@
#include <iostream>
#include <vector>
#include <string> // string class
-#include <omp.h>
+//#include <omp.h>
#include <algorithm> // min
#include <float.h> // DBL_MAX
#include <math.h> // fabs, sqrt
@@ -14,8 +14,8 @@
#include <H5Cpp.h>
#include <H5File.h>
-#define MAXPRINT 10
-#define MAXTIMESTEP 10.0
+#define MAXPRINT 5
+#define MAXTIMESTEP 1.0e5
#define EPS 1.0e-10
#define N_AGENT 100
@@ -31,6 +31,9 @@
#define SURFACE_NCOL 4
#define SUBSURFACE_NCOL 7
+#define INFILTRATE_TRUE 1
+#define INFILTRATE_FALSE 2
+
#define SURFACE_MESH_FILE "../test/visdump_surface_mesh.h5"
#define SURFACE_DATA_FILE "../test/visdump_surface_data.h5"
#define SUBSURFACE_MESH_FILE "../test/visdump_mesh.h5"