Salome HOME
0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH...
[modules/smesh.git] / src / SMESH_I / SMESH_Gen_i_1.cxx
index cb6df20e4e8ce50dff090026fee16c512c6a1e15..27c50ececdfd8f31f284de9dd993b77e3da39162 100644 (file)
@@ -916,7 +916,7 @@ void SMESH_Gen_i::UpdateParameters(/*CORBA::Object_ptr theObject,*/ const char*
     return;
   myLastParameters.clear();
   int pos = 0, prevPos = 0, len = strlen( theParameters );
-  //if ( len == 0 ) return;
+  if ( len == 0 ) return;
   while ( pos <= len )
   {
     if ( pos == len || theParameters[pos] == ':' )