From: skv Date: Tue, 17 Mar 2015 13:15:29 +0000 (+0300) Subject: 0022883: EDF GEOM: Regression with GetShapesOnQuadrangle X-Git-Tag: V7_6_0a1~16 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=4d29dbe5a8fb9c9acbf1b3f29f286c3fae753242;p=modules%2Fgeom.git 0022883: EDF GEOM: Regression with GetShapesOnQuadrangle --- diff --git a/src/GEOMAlgo/GEOMAlgo_ClsfQuad.cxx b/src/GEOMAlgo/GEOMAlgo_ClsfQuad.cxx index 7a2736d35..3011d0b96 100644 --- a/src/GEOMAlgo/GEOMAlgo_ClsfQuad.cxx +++ b/src/GEOMAlgo/GEOMAlgo_ClsfQuad.cxx @@ -138,6 +138,7 @@ void GEOMAlgo_ClsfQuad::GetCorners(gp_Pnt &theTopLeftPoint, //======================================================================= void GEOMAlgo_ClsfQuad::CheckData() { + myErrorStatus = 0; if (myQuadNormal.SquareMagnitude() <= DBL_MIN) { myErrorStatus = 10; // undefined quadrangle normal.