From: eap Date: Tue, 18 Feb 2014 10:06:27 +0000 (+0400) Subject: 0022357: EDF NETGENPLUGIN: NETGEN options X-Git-Tag: V7_4_0a1~4 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=3c2b3e2b310c86dd86f13051a36e30ffb5febde5;p=plugins%2Fnetgenplugin.git 0022357: EDF NETGENPLUGIN: NETGEN options Fix dump of SetUseSurfaceCurvature() --- diff --git a/src/NETGENPlugin/NETGENPlugin_Hypothesis_i.cxx b/src/NETGENPlugin/NETGENPlugin_Hypothesis_i.cxx index dce341f..82f2700 100644 --- a/src/NETGENPlugin/NETGENPlugin_Hypothesis_i.cxx +++ b/src/NETGENPlugin/NETGENPlugin_Hypothesis_i.cxx @@ -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 << " )"; } }