Skip to content

Commit b0f2bba

Browse files
author
Agnieszka Makulska
committed
pi chamber20/24: correct bconds
1 parent d395147 commit b0f2bba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/run_hlpr.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ void run(const int (&nps)[n_dims], const user_params_t &user_params)
180180
//concurr.reset(new concurr_openmp_rigid_gndsky_t(p)); // rigid horizontal boundaries
181181
concurr.reset(new concurr_openmp_cyclic_gndsky_t(p)); // cyclic horizontal boundaries, as in the ICMW2020 case
182182
}
183-
else if(user_params.model_case == "pi_chamber")
183+
else if(user_params.model_case == "pi_chamber2020" || user_params.model_case == "pi_chamber2024")
184184
{
185185
concurr.reset(new concurr_openmp_rigid_t(p)); // rigid horizontal boundaries, zero sgs flux
186186
}

0 commit comments

Comments
 (0)