improved menu handling for Fourier

This commit is contained in:
nemu
2008-12-15 14:02:38 +00:00
parent 3af125eac7
commit 5a58b99e28
3 changed files with 41 additions and 10 deletions

View File

@ -275,6 +275,7 @@ int PMsrHandler::ReadMsrFile()
// }
// cout << endl;
/*
cout << endl << ">> FOURIER Block:";
cout << endl << ">> Fourier Block Present : " << fFourier.fFourierBlockPresent;
cout << endl << ">> Fourier Units : " << fFourier.fUnits;
@ -285,6 +286,7 @@ cout << endl << ">> Phase : " << fFourier.fPhase;
cout << endl << ">> Range for Freq. Corrections : " << fFourier.fRangeForPhaseCorrection[0] << ", " << fFourier.fRangeForPhaseCorrection[1];
cout << endl << ">> Plot Range : " << fFourier.fPlotRange[0] << ", " << fFourier.fPlotRange[1];
cout << endl;
*/
return result;
}