Ignore:
Timestamp:
06/28/16 14:29:15 (8 years ago)
Author:
dbaack
Message:
Bugfixes and gcc-5 compability changes

File:
1 edited

Legend:

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

    r18455 r18526  
    11#ifndef MARS_MDataFormat
    22#define MARS_MDataFormat
     3
     4#include <iostream>
    35
    46#ifndef MARS_MAGIC
     
    4749   Bool_t fFortranRaw = false;
    4850public:
    49    MCorsikaFormatRaw(std::istream * in)
    50         : MCorsikaFormat(in) {}
     51   //MCorsikaFormatRaw(std::istream * in)
     52   //    : MCorsikaFormat(in) {}
    5153
    52    MCorsikaFormatRaw(std::istream* in, Bool_t fortranRaw)
    53         : MCorsikaFormat(in), fFortranRaw(fortranRaw) {}
     54   MCorsikaFormatRaw(std::istream* in, Bool_t fortranRaw = false)
     55        : MCorsikaFormat(in), fFortranRaw(fortranRaw) {}//std::cout << "\n\n||||||||||||||||||||||||||||" << fortranRaw << std::endl;}
    5456
    5557   Bool_t NextBlock(Int_t   readState, Int_t & blockType, Int_t & blockVersion,
Note: See TracChangeset for help on using the changeset viewer.