Changeset 19007 for trunk/Mars/mjtrain


Ignore:
Timestamp:
04/27/18 20:25:29 (6 years ago)
Author:
tbretz
Message:
Replaced some unicode characters by proper string representations.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mjtrain/MJTrainSeparation.cc

    r9869 r19007  
    837837        *fLog << " * weights for off-data" << endl;
    838838    if (fDataSetTrain.IsWobbleMode())
    839         *fLog << " * random source position in a distance of 0.4°" << endl;
     839        *fLog << " * random source position in a distance of 0.4\u00b0" << endl;
    840840    *fLog << endl;
    841841    *fLog << "Events used for training:"   << endl;
     
    10281028        *fLog << " * weights for off-data" << endl;
    10291029    if (fDataSetTrain.IsWobbleMode())
    1030         *fLog << " * random source position in a distance of 0.4°" << endl;
     1030        *fLog << " * random source position in a distance of 0.4\u00b0" << endl;
    10311031    *fLog << endl;
    10321032    *fLog << "Events used for test:"   << endl;
Note: See TracChangeset for help on using the changeset viewer.