Ignore:
Timestamp:
09/01/04 18:06:06 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhist/MHAlpha.cc

    r3779 r4826  
    138138        const MHillasSrc *hil = dynamic_cast<const MHillasSrc*>(par);
    139139        if (!par)
     140        {
     141            *fLog << err << dbginf << "MHillasSrc not found... abort." << endl;
    140142            return kFALSE;
     143        }
    141144
    142145        alpha = hil->GetAlpha();
Note: See TracChangeset for help on using the changeset viewer.