Changeset 19333 for trunk/Mars


Ignore:
Timestamp:
10/30/18 15:42:32 (6 years ago)
Author:
tbretz
Message:
Fixed two typos.
File:
1 edited

Legend:

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

    r19331 r19333  
    5555    }
    5656
    57     uint32_t magic = 0,
     57    uint32_t magic = 0;
    5858    fileIn->read((char*)&magic, 4);
    5959
     
    177177    for (uint32_t i=1; i<22; i++)
    178178    {
    179         const uint32_t L = i*step + offset;
     179        const int32_t L = i*step + offset;
    180180        fIn->seekg(-L, ios::end);
    181181
Note: See TracChangeset for help on using the changeset viewer.