summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsotech117 <michael_foiani@brown.edu>2024-05-04 05:11:32 -0400
committersotech117 <michael_foiani@brown.edu>2024-05-04 05:11:32 -0400
commit7bf86226e158a818e6d6ccac8657140789612bd0 (patch)
treef309e4d035c98cc2dc2f38f73068a91bdc65af0c /src
parente27c10a3c8c648cb55844593e6f17660be945033 (diff)
fix err
Diffstat (limited to 'src')
-rw-r--r--src/ocean/ocean_alt.h2
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