diff --git a/example/fine_advection/advection_driver.cpp b/example/fine_advection/advection_driver.cpp index 7f59d92e037e..aa87ef37a06f 100644 --- a/example/fine_advection/advection_driver.cpp +++ b/example/fine_advection/advection_driver.cpp @@ -143,9 +143,9 @@ TaskCollection AdvectionDriver::MakeTaskCollection(BlockList_t &blocks, const in } } - //auto set_flx = parthenon::AddFluxCorrectionTasks( - // flx | flx_fine | vf_dep, tl, mc0, pmesh->multilevel); - auto set_flx = flx | flx_fine | vf_dep; + // auto set_flx = parthenon::AddFluxCorrectionTasks( + // flx | flx_fine | vf_dep, tl, mc0, pmesh->multilevel); + auto set_flx = flx | flx_fine | vf_dep; auto update = set_flx; if (do_regular_advection) { update = AddUpdateTasks(set_flx, tl, parthenon::CellLevel::same, TT::Cell, beta, dt,