Skip to content

Commit

Permalink
Remove whitespace in plt_p query that was preventing it from working (#…
Browse files Browse the repository at this point in the history
…142)

Remove whitespace in plt_p query that was preventing it from working
  • Loading branch information
ajnonaka authored Dec 6, 2024
1 parent 5ef9c86 commit bdc02b5
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 @@ -309,7 +309,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 bdc02b5

Please sign in to comment.