]> SALOME platform Git repositories - modules/smesh.git/commitdiff
Salome HOME
0020556: EDF 1145 SMESH : Dump QuadranglePreference NO_OK
authordmv <dmv@opencascade.com>
Wed, 28 Oct 2009 08:12:38 +0000 (08:12 +0000)
committerdmv <dmv@opencascade.com>
Wed, 28 Oct 2009 08:12:38 +0000 (08:12 +0000)
src/SMESH_I/SMESH_2smeshpy.cxx

index 0777667620f318c7f7304766f408d036cdf4df73..572b519748ab90f7f4db49753f1b2bc5d8ac7e28 100644 (file)
@@ -1271,7 +1271,7 @@ Handle(_pyHypothesis) _pyHypothesis::NewHypothesis( const Handle(_pyCommand)& th
   }
   else if ( hypType == "QuadranglePreference" ) {
     hyp->SetConvMethodAndType( "QuadranglePreference", "Quadrangle_2D");
-    hyp->SetConvMethodAndType( "QuadranglePreference", "NETGEN_2D_ONLY");
+    hyp->SetConvMethodAndType( "SetQuadAllowed", "NETGEN_2D_ONLY");
   }
   else if ( hypType == "TrianglePreference" ) {
     hyp->SetConvMethodAndType( "TrianglePreference", "Quadrangle_2D");