Removed the Warning again.

This commit is contained in:
henry
2008-11-20 22:12:05 +00:00
parent 642022105e
commit fbc185dee4

View File

@ -42,15 +42,6 @@ Foam::boundBox::boundBox(const pointField& points, const bool doReduce)
min_ = point(VGREAT, VGREAT, VGREAT); min_ = point(VGREAT, VGREAT, VGREAT);
max_ = 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 else
{ {