fixed MUSR-107, namely that difference of Fourier != Fourier of difference. At the same time fixed left-over from MUSR-109, namely the inserted additional empty line after map for non-musr-fit.
This commit is contained in:
@ -727,7 +727,7 @@ Int_t PMsrHandler::WriteMsrLogFile(const Bool_t messages)
|
||||
fout << endl;
|
||||
} else if (!fRuns[runNo].GetXDataLabel()->IsWhitespace()) { // labels
|
||||
fout.width(16);
|
||||
fout << endl << left << "xy-data";
|
||||
fout << left << "xy-data";
|
||||
fout.width(8);
|
||||
fout << left << fixed << fRuns[runNo].GetXDataLabel()->Data();
|
||||
fout << " ";
|
||||
|
Reference in New Issue
Block a user