diff options
Diffstat (limited to 'src/ocean')
-rw-r--r-- | src/ocean/ocean_alt.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ocean/ocean_alt.h b/src/ocean/ocean_alt.h index 1a96e1e..5eb9df0 100644 --- a/src/ocean/ocean_alt.h +++ b/src/ocean/ocean_alt.h @@ -63,8 +63,8 @@ private: const double Lx = 32.0; const double Lz = 32.0; - const int num_rows = 32; - const int num_cols = 32; + const int num_rows = 256; + const int num_cols = 256w; const int N = num_rows*num_cols; // total number of grid points const double lambda = 0.4; // how much displacement matters |