Skip to content

Commit

Permalink
forgotten comments
Browse files Browse the repository at this point in the history
  • Loading branch information
AstroBarker committed Jan 31, 2025
1 parent f9e65c3 commit 97add41
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions src/phoebus_boundaries/phoebus_boundaries.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -494,11 +494,6 @@ void ProcessBoundaryConditions(parthenon::ParthenonManager &pman) {
auto &face = inner_outer[outer];
const std::string name = face + "x" + std::to_string(d) + "_bc";
const std::string parth_bc = pman.pinput->GetString("parthenon/mesh", name);
// TODO: proper check here??
// PARTHENON_REQUIRE(parth_bc == "user" || parth_bc == "periodic",
// "Only \"user\" and \"periodic\" allowed for
// parthenon/mesh/" +
// name);

const std::string bc = pman.pinput->GetOrAddString("phoebus", name, "gr_outflow");
if (bc == "reflect") {
Expand Down
1 change: 0 additions & 1 deletion src/phoebus_driver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,6 @@ TaskCollection PhoebusDriver::RungeKuttaStage(const int stage) {
}

// Fix up flux failures
// TODO (DO NOT MERGE) is this loop right
// TODO (BLB) once the fixups can work with MeshData,
// -- then stitch this section back together
TaskRegion &async_region_2 = tc.AddRegion(num_independent_task_lists);
Expand Down

0 comments on commit 97add41

Please sign in to comment.