fixed minor formatting error in xy-data of non-musrfit (MUSR-5)

This commit is contained in:
nemu 2008-11-21 15:28:56 +00:00
parent e941accb57
commit 120c6954b0

View File

@ -608,8 +608,9 @@ int PMsrHandler::WriteMsrLogFile()
if (fRuns[i].fXYDataLabel[j].IsWhitespace())
break;
f.width(8);
f.precision(2);
f << left << fixed << fRuns[i].fXYDataLabel[j].Data();
if (j == 0)
f << " ";
}
CheckAndWriteComment(f, ++lineNo);
}