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