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 << " )"; } }