Ignore:
Timestamp:
03/09/16 15:40:33 (9 years ago)
Author:
dbaack
Message:
Commit old changes from 7.4 Branch to this branch
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Corsika7500Compatibility/mcorsika/MCorsikaFormat.h

    r10213 r18455  
    4545{
    4646private:
    47 
     47   Bool_t fFortranRaw = false;
    4848public:
    4949   MCorsikaFormatRaw(std::istream * in)
    5050        : MCorsikaFormat(in) {}
     51
     52   MCorsikaFormatRaw(std::istream* in, Bool_t fortranRaw)
     53        : MCorsikaFormat(in), fFortranRaw(fortranRaw) {}
    5154
    5255   Bool_t NextBlock(Int_t   readState, Int_t & blockType, Int_t & blockVersion,
Note: See TracChangeset for help on using the changeset viewer.