mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
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:
@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user