Salome HOME
ImportFromFile()
[modules/hydro.git] / src / HYDROData / HYDROData_PolylineOperator.cxx
index c311866ad13104080b00befaaab77978511348cd..fd4a5edcd397fd155d866c3e9d177bedf8fec365 100644 (file)
@@ -236,11 +236,11 @@ bool HYDROData_PolylineOperator::split( const Handle( HYDROData_Document )& theD
       aSplitCurves.end();
     for (int iw=0; aCIt != aLastCIt; ++aCIt, iw++)
     {
-      std::stringstream brepName;
+      /*std::stringstream brepName;
       brepName << "theSplitWire_";
       brepName << iw;
       brepName << ".brep";
-      BRepTools::Write(aCIt->Wire() , brepName.str().c_str() );
+      BRepTools::Write(aCIt->Wire() , brepName.str().c_str() );*/
       aResult.push_back(aCIt->Wire());
     }
   }