Changeset 19333 for trunk/Mars
- Timestamp:
- 10/30/18 15:42:32 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mcorsika/MCorsikaFormat.cc
r19331 r19333 55 55 } 56 56 57 uint32_t magic = 0 ,57 uint32_t magic = 0; 58 58 fileIn->read((char*)&magic, 4); 59 59 … … 177 177 for (uint32_t i=1; i<22; i++) 178 178 { 179 const uint32_t L = i*step + offset;179 const int32_t L = i*step + offset; 180 180 fIn->seekg(-L, ios::end); 181 181
Note:
See TracChangeset
for help on using the changeset viewer.