ENH: Renaming "corners" in boundBox to "points". Overridden in treeBoundBox.

Keeping both functions to ensure that the octant ordering specified in
treeBoundBox is obeyed at the octree level, irrespective of the implementation
of the basic boundBox.
This commit is contained in:
graham
2010-12-13 14:39:55 +00:00
parent e4a77d83f0
commit 63e24812c2
6 changed files with 16 additions and 12 deletions

View File

@ -212,7 +212,7 @@ int main(int argc, char *argv[])
// write bounding box corners
if (args.optionFound("blockMesh"))
{
pointField cornerPts = boundBox(surf.points()).corners();
pointField cornerPts = boundBox(surf.points()).points();
Info<<"// blockMeshDict info" << nl;