Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/incflo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ incflo::ApplyProjection (Vector<MultiFab const*> const& density,
Real time, Real scaling_factor, bool incremental,
bool set_inflow_bc)
{
AMREX_ALWAYS_ASSERT("This is not yet coded for ccproj!");
AMREX_ALWAYS_ASSERT_WITH_MESSAGE(!m_use_cc_proj, "This is not yet coded for ccproj!");

ApplyNodalProjection(density, vel, divu_Source, time, scaling_factor,
incremental, set_inflow_bc);
Expand Down
Loading