From 7bf86226e158a818e6d6ccac8657140789612bd0 Mon Sep 17 00:00:00 2001 From: sotech117 Date: Sat, 4 May 2024 05:11:32 -0400 Subject: fix err --- src/ocean/ocean_alt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3-70-g09d2