Salome HOME
Small correction for writing of data to file.
[modules/hydro.git] / src / HYDROData / HYDROData_Tool.cxx
index 0cd144270fe620e29b9936ee0a4cc679cce5f4f8..9cb932d340a7066442e860a91959c030c7002799 100644 (file)
@@ -17,5 +17,5 @@ void HYDROData_Tool::WriteStringsToFile( QFile&             theFile,
     return;
 
   QTextStream anOutStream( &theFile );
-  anOutStream << aWriteStr << theSep;
+  anOutStream << aWriteStr << theSep << theSep;
 }