Changeset 19002 for trunk


Ignore:
Timestamp:
04/27/18 20:08:00 (7 years ago)
Author:
tbretz
Message:
Use proper unicode representaion of charcter.
Location:
trunk/Mars
Files:
2 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    }
  • trunk/Mars/mpointing/MSrcPosRndm.cc

    r9338 r19002  
    8484    }
    8585    else
    86         *fLog << inf << "Source position will be produced randomly in a distance of " << fDistOfSource << "° from the camera center!" << endl;
     86        *fLog << inf << "Source position will be produced randomly in a distance of " << fDistOfSource << "\u00b0 from the camera center!" << endl;
    8787
    8888    return kTRUE;
Note: See TracChangeset for help on using the changeset viewer.