Changeset 18537 for trunk/Mars


Ignore:
Timestamp:
08/05/16 16:33:06 (8 years ago)
Author:
tbretz
Message:
I am assuming that AzMin=AzMax=180 means that the trajectory option has been chosen
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mcorsika/MCorsikaRunHeader.cc

    r18531 r18537  
    272272        *fLog << " / " << fAzMin << UTF8::kDeg;
    273273        if (fAzMin==fAzMax)
    274             *fLog << " (fixed)";
     274            *fLog << (fAzMin==180?" (trajectory)":" (fixed)");
    275275        else
    276276            *fLog << "-" << fAzMax << UTF8::kDeg;
Note: See TracChangeset for help on using the changeset viewer.