From fbc185dee41f4912b25f7048023131a96f2978d1 Mon Sep 17 00:00:00 2001 From: henry Date: Thu, 20 Nov 2008 22:12:05 +0000 Subject: [PATCH] Removed the Warning again. --- src/OpenFOAM/meshes/boundBox/boundBox.C | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/OpenFOAM/meshes/boundBox/boundBox.C b/src/OpenFOAM/meshes/boundBox/boundBox.C index ef85d72f62..f066876253 100644 --- a/src/OpenFOAM/meshes/boundBox/boundBox.C +++ b/src/OpenFOAM/meshes/boundBox/boundBox.C @@ -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 {