Skip to content

Commit

Permalink
fix fillpatch_tracer for m_ntrac>1
Browse files Browse the repository at this point in the history
  • Loading branch information
cgilet committed Apr 3, 2024
1 parent 66963ed commit 08998ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/boundary_conditions/incflo_fillpatch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ void incflo::fillpatch_tracer (int lev, Real time, MultiFab& tracer, int ng)
FillPatchSingleLevel(tracer, IntVect(ng), time,
{&(m_leveldata[lev]->tracer_o),
&(m_leveldata[lev]->tracer)},
{m_t_old[lev], m_t_new[lev]}, 0, 0, 1, geom[lev],
{m_t_old[lev], m_t_new[lev]}, 0, 0, m_ntrac, geom[lev],
physbc, 0);
} else {
const auto& bcrec = get_tracer_bcrec();
Expand Down

0 comments on commit 08998ae

Please sign in to comment.