Salome HOME
Preparation of intermediate revision
[modules/geom.git] / src / GEOMBase / GEOMBase_Skeleton.cxx
index bed9d3411cc65ec80e942810c8cfd99b025ee294..731a67ca078b145adb2f9c82f585edc25bd5658b 100644 (file)
@@ -173,6 +173,7 @@ void GEOMBase_Skeleton::updateAttributes( GEOM::GEOM_Object_ptr theObj,
   SALOMEDS::AttributeString_var aStringAttrib = SALOMEDS::AttributeString::_narrow(anAttr);
 
   std::string aValue = aStringAttrib->Value();
+  /* ouv: temporarily disabled
   if( aValue != "" )
     aValue += "|";
   for( int i = 0, n = theParameters.count(); i < n; i++ ) {
@@ -182,6 +183,7 @@ void GEOMBase_Skeleton::updateAttributes( GEOM::GEOM_Object_ptr theObj,
     if(i != n-1)
       aValue += ":";
   }
+  */
   aStringAttrib->SetValue(aValue.c_str());
 }