summaryrefslogtreecommitdiff
path: root/src/ocean/ocean_alt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ocean/ocean_alt.h')
-rw-r--r--src/ocean/ocean_alt.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/ocean/ocean_alt.h b/src/ocean/ocean_alt.h
index 0673bbf..ad6e69e 100644
--- a/src/ocean/ocean_alt.h
+++ b/src/ocean/ocean_alt.h
@@ -75,8 +75,8 @@ private:
- const double Lx = 1024.0;
- const double Lz = 1024.0;
+ const double Lx = 512.0;
+ const double Lz = 512.0;
const int num_rows = 256;
const int num_cols = 256;
@@ -101,6 +101,9 @@ private:
FoamConstants m_foam_constants;
+ float max = 0;
+ float min = 0;
+ int iterations = 0;