From 1eb93102dac756ec247273122674d0af413e4b0d Mon Sep 17 00:00:00 2001 From: mattijs Date: Mon, 15 Nov 2010 11:22:51 +0000 Subject: [PATCH] STYLE: treeBoundBox : error message --- src/meshTools/octree/treeBoundBox.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;