Salome HOME
old notebook functionality is temporary commented
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_BuildCompoundDlg.cxx
index 3e819cd53ead6b3963e09ea58f062a202278b206..7a4a553684292a683a6241e4c98e7d25d1501ba6 100644 (file)
@@ -311,7 +311,7 @@ bool SMESHGUI_BuildCompoundDlg::ClickOnApply()
                                                CheckBoxMerge->isChecked(), 
                                                SpinBoxTol->GetValue());
      
-      aCompoundMesh->SetParameters( aParameters.join(":").toLatin1().constData() );
+      //asl: aCompoundMesh->SetParameters( aParameters.join(":").toLatin1().constData() );
 
       SMESH::SetName( SMESH::FindSObject( aCompoundMesh ), LineEditName->text() );
       mySMESHGUI->updateObjBrowser();