Skip to content

Commit

Permalink
clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
JCAurre committed Jan 10, 2025
1 parent 4d0b996 commit a20f982
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Source/Core/BoundaryConditions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -382,9 +382,9 @@ void BoundaryConditions::fill_constraint_box(const Side::LoHiSide a_side,
MayDay::Error(
"BoundaryCondition::Supplied boundary not supported.");
} // end switch
} // end iterate over box
} // end isperiodic
} // end idir
} // end iterate over box
} // end isperiodic
} // end idir
}

/// Fill the boundary values appropriately based on the params set
Expand Down Expand Up @@ -466,8 +466,8 @@ void BoundaryConditions::fill_boundary_cells_dir(
MayDay::Error(
"BoundaryCondition::Supplied boundary not supported.");
} // end switch
} // end iterate over box
} // end iterate over boxes
} // end iterate over box
} // end iterate over boxes
}

void BoundaryConditions::fill_reflective_cell(
Expand Down

0 comments on commit a20f982

Please sign in to comment.