From: eap Date: Thu, 18 Feb 2010 09:00:21 +0000 (+0000) Subject: 020700: EDF 1234 SMESH: Quadrangle preference and Netgen X-Git-Tag: V5_1_4a1~14 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=b6d4daa75767d386bc2d2c059f471b6da7ae4f92;p=plugins%2Fnetgenplugin.git 020700: EDF 1234 SMESH: Quadrangle preference and Netgen - if ( _hypMaxElementArea || _hypLengthFromEdges ) + if ( _hypMaxElementArea || _hypLengthFromEdges || _hypQuadranglePreference) aStatus = HYP_OK; --- diff --git a/src/NETGENPlugin/NETGENPlugin_NETGEN_2D_ONLY.cxx b/src/NETGENPlugin/NETGENPlugin_NETGEN_2D_ONLY.cxx index 9942198..5b2b2b8 100644 --- a/src/NETGENPlugin/NETGENPlugin_NETGEN_2D_ONLY.cxx +++ b/src/NETGENPlugin/NETGENPlugin_NETGEN_2D_ONLY.cxx @@ -151,7 +151,7 @@ bool NETGENPlugin_NETGEN_2D_ONLY::CheckHypothesis (SMESH_Mesh& aMesh, return false; } - if ( _hypMaxElementArea || _hypLengthFromEdges ) + if ( _hypMaxElementArea || _hypLengthFromEdges || _hypQuadranglePreference) aStatus = HYP_OK; return aStatus == HYP_OK;