0022357: EDF NETGENPLUGIN: NETGEN options

Fix dump of SetUseSurfaceCurvature()
This commit is contained in:
eap 2014-02-18 14:06:27 +04:00
parent d1ebdd0a87
commit 3c2b3e2b31

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