Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
lroberts36 committed Oct 10, 2024
1 parent 5f455c9 commit 6fb49a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/poisson_gmg/poisson_driver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ TaskCollection PoissonDriver::MakeTaskCollection(BlockList_t &blocks) {
auto copy_rhs = tl.AddTask(get_rhs, TF(solvers::utils::CopyData<rhs, u>), md);
copy_rhs = tl.AddTask(
copy_rhs, TF(solvers::StageUtils::CopyData<parthenon::TypeList<u>>), md, md_rhs);

// Set initial solution guess to zero
auto zero_u = tl.AddTask(copy_rhs, TF(solvers::utils::SetToZero<u>), md);
zero_u = tl.AddTask(zero_u, TF(solvers::utils::SetToZero<u>), md_u);
Expand Down

0 comments on commit 6fb49a4

Please sign in to comment.