fixed minor formatting error in xy-data of non-musrfit (MUSR-5)
This commit is contained in:
parent
e941accb57
commit
120c6954b0
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user