From 3c2b3e2b310c86dd86f13051a36e30ffb5febde5 Mon Sep 17 00:00:00 2001 From: eap Date: Tue, 18 Feb 2014 14:06:27 +0400 Subject: [PATCH] 0022357: EDF NETGENPLUGIN: NETGEN options Fix dump of SetUseSurfaceCurvature() --- src/NETGENPlugin/NETGENPlugin_Hypothesis_i.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 << " )"; } } -- 2.39.2