Changeset 9893 for trunk/Mars/mcorsika
- Timestamp:
- 08/26/10 10:14:53 (14 years ago)
- Location:
- trunk/Mars/mcorsika
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mcorsika/MCorsikaFormat.cc
r9889 r9893 265 265 Bool_t MCorsikaFormatEventIO::SeekEvtEnd() 266 266 { 267 if (fRunePos != 0)267 if (fRunePos != streampos(0)) 268 268 { 269 269 fIn->seekg(fRunePos, ios::beg); -
trunk/Mars/mcorsika/MCorsikaFormat.h
r9889 r9893 73 73 public: 74 74 MCorsikaFormatEventIO(MLog * log, std::istream * in) 75 : MCorsikaFormat(log, in) {fRunePos = 0;}75 : MCorsikaFormat(log, in) {fRunePos = std::streampos(0);} 76 76 77 77 Bool_t SeekNextBlock(const char * id, unsigned short type);
Note:
See TracChangeset
for help on using the changeset viewer.