Corrected comments: inbetween -> in between

This commit is contained in:
Henry Weller
2018-02-13 16:38:41 +00:00
parent f9617196ce
commit 0248dd81e3
53 changed files with 117 additions and 117 deletions

View File

@ -63,7 +63,7 @@ fields
// Set sampling definition: choice of
// uniform evenly distributed points on line
// face one point per face intersection
// midPoint one point per cell, inbetween two face intersections
// midPoint one point per cell, in between two face intersections
// midPointAndFace combination of face and midPoint
//
// curve specified points, not nessecary on line, uses

View File

@ -23,7 +23,7 @@ refineInterval 1;
// Field to be refinement on
field alpha.water;
// Refine field inbetween lower..upper
// Refine field in between lower..upper
lowerRefineLevel 0.001;
upperRefineLevel 0.999;