diff --git a/src/classes/PMusrCanvas.cpp b/src/classes/PMusrCanvas.cpp index 866d77c8..220a6e99 100644 --- a/src/classes/PMusrCanvas.cpp +++ b/src/classes/PMusrCanvas.cpp @@ -274,9 +274,9 @@ void PMusrCanvas::HandleCmdKey(Int_t event, Int_t x, Int_t y, TObject *selected) // cout << ">fMainCanvas " << fMainCanvas << endl; // cout << ">selected " << selected << endl; // +cout << "x : " << (char)x << endl; cout << "px: " << (char)fMainCanvas->GetEventX() << endl; - TString str((Char_t)x); if (x == 'q') { Done(0); } else if (x == 'd') { diff --git a/src/musrfit.cpp b/src/musrfit.cpp index 21ae29c6..becbdc4e 100644 --- a/src/musrfit.cpp +++ b/src/musrfit.cpp @@ -189,7 +189,7 @@ void musrfit_debug_info(PMsrHandler* msrHandler) switch (plot_it->fPlotType) { case MSR_PLOT_SINGLE_HISTO: case MSR_PLOT_ASYM: - case MSR_PLOT_NO_MUSR: + case MSR_PLOT_NON_MUSR: cout << plot_run_it->Re() << ", "; break; case MSR_PLOT_ASYM_RRF: