fixed minor formatting error in xy-data of non-musrfit (MUSR-5)
This commit is contained in:
@ -608,8 +608,9 @@ int PMsrHandler::WriteMsrLogFile()
|
|||||||
if (fRuns[i].fXYDataLabel[j].IsWhitespace())
|
if (fRuns[i].fXYDataLabel[j].IsWhitespace())
|
||||||
break;
|
break;
|
||||||
f.width(8);
|
f.width(8);
|
||||||
f.precision(2);
|
|
||||||
f << left << fixed << fRuns[i].fXYDataLabel[j].Data();
|
f << left << fixed << fRuns[i].fXYDataLabel[j].Data();
|
||||||
|
if (j == 0)
|
||||||
|
f << " ";
|
||||||
}
|
}
|
||||||
CheckAndWriteComment(f, ++lineNo);
|
CheckAndWriteComment(f, ++lineNo);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user