Skip to content

Commit

Permalink
Update phoebus_driver.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
mari2895 authored Jan 17, 2024
1 parent d4e01e3 commit ed2f05e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/phoebus_driver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,6 @@ TaskListStatus PhoebusDriver::RadiationPostStep() {
const int num_partitions = pmesh->DefaultNumPartitions();
TaskRegion &sync_region_lb = tc.AddRegion(num_partitions);
for (int ib = 0; ib < num_partitions; ++ib) {
auto &base = pmesh->mesh_data.GetOrAdd("base", ib);
auto &sc0 = pmesh->mesh_data.GetOrAdd("base", ib);
auto &tl = sync_region_lb[ib];
auto finish_gain_reducer = none;
Expand Down

0 comments on commit ed2f05e

Please sign in to comment.