From deeccf46ded89b0b998d475f37f6508f7c241600 Mon Sep 17 00:00:00 2001 From: Luke Roberts Date: Wed, 13 Nov 2024 16:47:13 -0700 Subject: [PATCH] small --- example/fine_advection/advection_driver.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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,