diff --git a/src/meshTools/octree/treeBoundBox.C b/src/meshTools/octree/treeBoundBox.C index eab4694b3b..8906affeaa 100644 --- a/src/meshTools/octree/treeBoundBox.C +++ b/src/meshTools/octree/treeBoundBox.C @@ -134,7 +134,7 @@ Foam::treeBoundBox::treeBoundBox(const UList& points) WarningIn ( "treeBoundBox::treeBoundBox(const UList&)" - ) << "cannot find bounding box for zero-sized pointField" + ) << "cannot find bounding box for zero-sized pointField, " << "returning zero" << endl; return;