We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eec2a85 commit fa10688Copy full SHA for fa10688
1 file changed
src/fluid/boundary/boundary.hpp
@@ -188,7 +188,7 @@ Boundary<Phys>::Boundary(Fluid<Phys>* fluid) {
188
}
189
190
191
- // Initialise the Bounding Boxes for face-centered variables (NB: we need onefor each component)
+ // Initialise the Bounding Boxes for face-centered variables (NB: we need one for each component)
192
for(int component = 0 ; component < DIMENSIONS ; component++) {
193
// Initialise the boxes for face-centered variables with the same bounding box
194
GhostBoxVs[component] = GhostBoxVc;
0 commit comments