From 28ae5104e357f1d2ee7298d8c4ae2b43ab986707 Mon Sep 17 00:00:00 2001 From: gdd Date: Thu, 30 Jun 2011 08:41:56 +0000 Subject: [PATCH] rnc: Removed obsolete hypothesis "quadrangle preference" which has already been removed from SMESH module --- src/NETGENPlugin/NETGENPlugin_NETGEN_2D_ONLY.cxx | 3 --- 1 file changed, 3 deletions(-) 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 { -- 2.39.2