Skip to content

Commit

Permalink
small
Browse files Browse the repository at this point in the history
  • Loading branch information
lroberts36 committed Nov 13, 2024
1 parent f2d8c0c commit deeccf4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions example/fine_advection/advection_driver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit deeccf4

Please sign in to comment.