Skip to content

Commit

Permalink
Merge branch 'AMReX-Fluids:development' into vof
Browse files Browse the repository at this point in the history
  • Loading branch information
IFDL-WSU authored Dec 8, 2024
2 parents 75a4c63 + bdc02b5 commit 113cb42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/setup/init.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ void incflo::ReadIOParameters()
Warning("amr.plt_* is depreciated. Please use amr.plotVariables");
update_plotVars("tracer",plt_var);
}
if ( pp.query("plt_p ", plt_var ) ) {
if ( pp.query("plt_p", plt_var ) ) {
Warning("amr.plt_* is depreciated. Please use amr.plotVariables");
update_plotVars("p",plt_var);
}
Expand Down

0 comments on commit 113cb42

Please sign in to comment.