Skip to content

Commit fa10688

Browse files
committed
fix typo
1 parent eec2a85 commit fa10688

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/fluid/boundary/boundary.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ Boundary<Phys>::Boundary(Fluid<Phys>* fluid) {
188188
}
189189
}
190190

191-
// Initialise the Bounding Boxes for face-centered variables (NB: we need onefor each component)
191+
// Initialise the Bounding Boxes for face-centered variables (NB: we need one for each component)
192192
for(int component = 0 ; component < DIMENSIONS ; component++) {
193193
// Initialise the boxes for face-centered variables with the same bounding box
194194
GhostBoxVs[component] = GhostBoxVc;

0 commit comments

Comments
 (0)