Skip to content
Snippets Groups Projects
Commit fbc185de authored by henry's avatar henry
Browse files

Removed the Warning again.

parent 64202210
No related merge requests found
......@@ -42,15 +42,6 @@ Foam::boundBox::boundBox(const pointField& points, const bool doReduce)
min_ = point(VGREAT, VGREAT, VGREAT);
max_ = point(-VGREAT, -VGREAT, -VGREAT);
}
else
{
WarningIn("boundBox::boundBox(const pointField& points)")
<< "Cannot find bounding box for zero sized pointField, "
"returning zero"
<< endl;
return;
}
}
else
{
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment