Salome HOME
0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH...
authoreap <eap@opencascade.com>
Wed, 7 Mar 2012 14:59:11 +0000 (14:59 +0000)
committereap <eap@opencascade.com>
Wed, 7 Mar 2012 14:59:11 +0000 (14:59 +0000)
commitb38b77a5aad34f80bcd6d3870f2fe0717cddf975
tree695adb823dcfaa334241916bfcfbda4426cb646f
parentb0d8fa70d6b49c7e68d172ae6c44aad8300852f6
0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH module

 void SMESH_Mesh_i::SetParameters(const char* theParameters)
 {
-  SMESH_Gen_i::GetSMESHGen()->UpdateParameters(SMESH::SMESH_Mesh::_narrow(_this()),
-                                               CORBA::string_dup(theParameters));
+  SMESH_Gen_i::GetSMESHGen()->UpdateParameters(theParameters);
src/SMESH_I/SMESH_Mesh_i.cxx