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