From a5634af674d2f6e847c5eb79dfe0c7c90ec7321c Mon Sep 17 00:00:00 2001 From: japham0 Date: Fri, 21 Jun 2024 15:10:52 -0700 Subject: [PATCH] changes to read land/sea mask --- Source/ERF_read_waves.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Source/ERF_read_waves.cpp b/Source/ERF_read_waves.cpp index 524917c80..ec9032992 100644 --- a/Source/ERF_read_waves.cpp +++ b/Source/ERF_read_waves.cpp @@ -12,7 +12,7 @@ ERF::read_waves (int lev) { for ( MFIter mfi(*Hwave_onegrid[lev],false); mfi.isValid(); ++mfi) { - + const auto & bx = mfi.validbox(); amrex::Print() << " HERE " << bx << std::endl; @@ -33,7 +33,7 @@ ERF::read_waves (int lev) } - int nx=2147483647; + int nx=2147483647; int ny=2147483647; // sanity check //JUST RECEIVED @@ -69,7 +69,7 @@ ERF::read_waves (int lev) } } - } + } } @@ -92,7 +92,7 @@ ERF::read_waves (int lev) } }); } - + } #endif