STYLE: treeBoundBox : error message

This commit is contained in:
mattijs
2010-11-15 11:22:51 +00:00
parent efd658ec0e
commit 1eb93102da

View File

@ -134,7 +134,7 @@ Foam::treeBoundBox::treeBoundBox(const UList<point>& points)
WarningIn
(
"treeBoundBox::treeBoundBox(const UList<point>&)"
) << "cannot find bounding box for zero-sized pointField"
) << "cannot find bounding box for zero-sized pointField, "
<< "returning zero" << endl;
return;