mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Removed the Warning again.
This commit is contained in:
@ -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
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user