Skip to content

Commit

Permalink
fix missing brace
Browse files Browse the repository at this point in the history
  • Loading branch information
asalmgren committed Apr 26, 2024
1 parent 61cdcbc commit 318baec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/prob/prob_init_fluid.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ void incflo::prob_init_fluid (int lev)
ld.tracer.array(mfi),
domain, dx, problo, probhi);

}
else
{
amrex::Abort("prob_init_fluid: unknown m_probtype");
Expand Down

0 comments on commit 318baec

Please sign in to comment.