Salome HOME
0022357: EDF NETGENPLUGIN: NETGEN options
authoreap <eap@opencascade.com>
Tue, 18 Feb 2014 10:06:27 +0000 (14:06 +0400)
committereap <eap@opencascade.com>
Tue, 18 Feb 2014 10:06:27 +0000 (14:06 +0400)
Fix dump of SetUseSurfaceCurvature()

src/NETGENPlugin/NETGENPlugin_Hypothesis_i.cxx

index dce341f6d8ccc95dd069b21b30c357fc6e024ce3..82f270088f75a4e19b7677b5fd70f3921d546bee 100644 (file)
@@ -391,7 +391,7 @@ void NETGENPlugin_Hypothesis_i::SetUseSurfaceCurvature (CORBA::Boolean theValue)
                                                     METH_SetSurfaceCurvature ))
   {
     this->GetImpl()->SetSurfaceCurvature(theValue);
-    SMESH::TPythonDump() << _this() << ".SetSurfaceCurvature( " << theValue << " )";
+    SMESH::TPythonDump() << _this() << ".SetUseSurfaceCurvature( " << theValue << " )";
   }
 }