Skip to content

Commit

Permalink
add assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
asalmgren committed Sep 24, 2024
1 parent 1cffcb9 commit ed31ca3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/setup/init.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,10 @@ void incflo::ReadParameters ()
#ifdef INCFLO_USE_PARTICLES
readTracerParticlesParams();
#endif

if (m_use_cc_proj && max_level > 0) {
amrex::Abort("Can't yet do multilevel with cell-centered projection");
}
}

void incflo::ReadIOParameters()
Expand Down

0 comments on commit ed31ca3

Please sign in to comment.