From: gdd Date: Thu, 30 Jun 2011 08:41:56 +0000 (+0000) Subject: rnc: Removed obsolete hypothesis "quadrangle preference" which has already been remov... X-Git-Tag: V6_4_0a1~19 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=28ae5104e357f1d2ee7298d8c4ae2b43ab986707;p=plugins%2Fnetgenplugin.git rnc: Removed obsolete hypothesis "quadrangle preference" which has already been removed from SMESH module --- diff --git a/src/NETGENPlugin/NETGENPlugin_NETGEN_2D_ONLY.cxx b/src/NETGENPlugin/NETGENPlugin_NETGEN_2D_ONLY.cxx index 39cb8dd..32c088f 100644 --- a/src/NETGENPlugin/NETGENPlugin_NETGEN_2D_ONLY.cxx +++ b/src/NETGENPlugin/NETGENPlugin_NETGEN_2D_ONLY.cxx @@ -36,7 +36,6 @@ #include "StdMeshers_FaceSide.hxx" #include "StdMeshers_MaxElementArea.hxx" #include "StdMeshers_LengthFromEdges.hxx" -#include "StdMeshers_QuadranglePreference.hxx" #include #include @@ -143,8 +142,6 @@ bool NETGENPlugin_NETGEN_2D_ONLY::CheckHypothesis (SMESH_Mesh& aMesh, _hypMaxElementArea = static_cast (hyp); else if ( hypName == "LengthFromEdges" ) _hypLengthFromEdges = static_cast (hyp); - else if ( hypName == "QuadranglePreference" ) - _hypQuadranglePreference = static_cast(hyp); else if ( hypName == "NETGEN_Parameters_2D" ) _hypParameters = static_cast(hyp); else {