summaryrefslogtreecommitdiff
path: root/src/ocean
diff options
context:
space:
mode:
Diffstat (limited to 'src/ocean')
-rw-r--r--src/ocean/ocean_alt.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/ocean/ocean_alt.h b/src/ocean/ocean_alt.h
index 13f0d0d..fa42d75 100644
--- a/src/ocean/ocean_alt.h
+++ b/src/ocean/ocean_alt.h
@@ -49,25 +49,15 @@ private:
Eigen::Vector2d get_horiz_pos(int i);
std::pair<double, double> sample_complex_gaussian();
-
-
-
-
-
-
-
-
std::map<int, WaveIndexConstant> m_waveIndexConstants; // stores constants that only need to be calculate once for each grid constant
-
-
const double Lx = 512.0;
const double Lz = 512.0;
const int num_rows = 256;
const int num_cols = 256;
- const int num_tiles_x = 5;
+ const int num_tiles_x = 1;
const int num_tiles_z = 1;
const double vertex_displacement = Lx / 2;