From: eap Date: Fri, 24 Aug 2012 13:34:49 +0000 (+0000) Subject: comment out obsolete methods relating to treatment of notebook variables X-Git-Tag: V6_6_0a1~7 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=542d99e088104f6524d30c63b206654b218a61a4;p=plugins%2Fnetgenplugin.git comment out obsolete methods relating to treatment of notebook variables --- diff --git a/src/GUI/NETGENPluginGUI_SimpleCreator.cxx b/src/GUI/NETGENPluginGUI_SimpleCreator.cxx index 12fa4b8..ab9ef3d 100644 --- a/src/GUI/NETGENPluginGUI_SimpleCreator.cxx +++ b/src/GUI/NETGENPluginGUI_SimpleCreator.cxx @@ -253,7 +253,7 @@ void NETGENPluginGUI_SimpleCreator::retrieveParams() const // set values of hypothesis - SMESH::ListOfParameters_var aParameters = h->GetLastParameters(); + //SMESH::ListOfParameters_var aParameters = h->GetLastParameters(); // 1D int nbSeg = isCreation() ? dfltNbSeg : (int) h->GetNumberOfSegments();