From 010fbf49c40c5a990222597ad773a8877856e0a4 Mon Sep 17 00:00:00 2001 From: adv Date: Mon, 9 Sep 2013 07:54:39 +0000 Subject: [PATCH] Small correction for writing of data to file. --- src/HYDROData/HYDROData_Tool.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/HYDROData/HYDROData_Tool.cxx b/src/HYDROData/HYDROData_Tool.cxx index 0cd14427..9cb932d3 100644 --- a/src/HYDROData/HYDROData_Tool.cxx +++ b/src/HYDROData/HYDROData_Tool.cxx @@ -17,5 +17,5 @@ void HYDROData_Tool::WriteStringsToFile( QFile& theFile, return; QTextStream anOutStream( &theFile ); - anOutStream << aWriteStr << theSep; + anOutStream << aWriteStr << theSep << theSep; } -- 2.39.2