Changeset 19002 for trunk/Mars/mhflux


Ignore:
Timestamp:
04/27/18 20:08:00 (7 years ago)
Author:
tbretz
Message:
Use proper unicode representaion of charcter.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mhflux/MAlphaFitter.cc

    r9576 r19002  
    603603        *fLog << " - Chi^2/ndf (Signal)      " << fChiSqSignal << endl;
    604604        *fLog << " - Chi^2/ndf (Background)  " << fChiSqBg << endl;
    605         *fLog << " - Signal integrated up to " << fIntegralMax << "°" << endl;
     605        *fLog << " - Signal integrated up to " << fIntegralMax << "\u00b0" << endl;
    606606        *fLog << " - Off Scale Alpha (Off)   " << fScaleFactor << endl;
    607607    }
Note: See TracChangeset for help on using the changeset viewer.