Ignore:
Timestamp:
09/03/18 15:27:29 (6 years ago)
Author:
tbretz
Message:
Fixed a typo in a comment.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mimage/MHillasSrc.cc

    r19159 r19207  
    133133     // Distance from source position to center of ellipse.
    134134     // If the distance is 0 distance, Alpha is not specified.
    135      // The calculation has failed and returnes kFALSE.
     135     // The calculation has failed and returns kFALSE.
    136136     //
    137137     const Double_t dist = TMath::Sqrt(sx*sx + sy*sy);  // [mm]
Note: See TracChangeset for help on using the changeset viewer.