Salome HOME
Fix the regression entered by fix of
authoreap <eap@opencascade.com>
Mon, 11 Mar 2013 11:10:27 +0000 (11:10 +0000)
committereap <eap@opencascade.com>
Mon, 11 Mar 2013 11:10:27 +0000 (11:10 +0000)
commit28489e5c192b206d50be7c3ade020aadb423417e
tree8e5204773008984ffcf461616369151b7485a452
parentfd24bd006b65ee541f0fdbb840fb3bfd39c8b184
Fix the regression entered by fix of
0021999: EDF 2480 SMESH : Aspect ratio on a flat mesh

-    if ( A < theEps )
-      return theInf;
+    if ( A < Precision::Angular() )
+      return 0.;
src/Controls/SMESH_Controls.cxx