Salome HOME
rnc: Removed obsolete hypothesis "quadrangle preference" which has already been remov...
authorgdd <gdd>
Thu, 30 Jun 2011 08:41:56 +0000 (08:41 +0000)
committergdd <gdd>
Thu, 30 Jun 2011 08:41:56 +0000 (08:41 +0000)
src/NETGENPlugin/NETGENPlugin_NETGEN_2D_ONLY.cxx

index 39cb8ddd986044cf5701ba32d71a9fe980d770a6..32c088f6c55d5221c7fdb714fe99a56832bf8ee3 100644 (file)
@@ -36,7 +36,6 @@
 #include "StdMeshers_FaceSide.hxx"
 #include "StdMeshers_MaxElementArea.hxx"
 #include "StdMeshers_LengthFromEdges.hxx"
-#include "StdMeshers_QuadranglePreference.hxx"
 
 #include <Precision.hxx>
 #include <Standard_ErrorHandler.hxx>
@@ -143,8 +142,6 @@ bool NETGENPlugin_NETGEN_2D_ONLY::CheckHypothesis (SMESH_Mesh&         aMesh,
       _hypMaxElementArea = static_cast<const StdMeshers_MaxElementArea*> (hyp);
     else if ( hypName == "LengthFromEdges" )
       _hypLengthFromEdges = static_cast<const StdMeshers_LengthFromEdges*> (hyp);
-    else if ( hypName == "QuadranglePreference" )
-      _hypQuadranglePreference = static_cast<const StdMeshers_QuadranglePreference*>(hyp);
     else if ( hypName == "NETGEN_Parameters_2D" )
       _hypParameters = static_cast<const NETGENPlugin_Hypothesis_2D*>(hyp);
     else {