diff options
author | sotech117 <michael_foiani@brown.edu> | 2024-05-04 05:11:32 -0400 |
---|---|---|
committer | sotech117 <michael_foiani@brown.edu> | 2024-05-04 05:11:32 -0400 |
commit | 7bf86226e158a818e6d6ccac8657140789612bd0 (patch) | |
tree | f309e4d035c98cc2dc2f38f73068a91bdc65af0c /src | |
parent | e27c10a3c8c648cb55844593e6f17660be945033 (diff) |
fix err
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 |