summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ocean/ocean_alt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ocean/ocean_alt.h b/src/ocean/ocean_alt.h
index 6076ab2..333d2ca 100644
--- a/src/ocean/ocean_alt.h
+++ b/src/ocean/ocean_alt.h
@@ -79,8 +79,8 @@ private:
const int num_rows = 256;
const int num_cols = 256;
- const int num_tiles_x = 2;
- const int num_tiles_z = 2;
+ const int num_tiles_x = 1;
+ const int num_tiles_z = 1;
const double vertex_displacement = Lx / 2;