Salome HOME
Small correction for writing of data to file.
authoradv <adv@opencascade.com>
Mon, 9 Sep 2013 07:54:39 +0000 (07:54 +0000)
committeradv <adv@opencascade.com>
Mon, 9 Sep 2013 07:54:39 +0000 (07:54 +0000)
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;
 }