Changeset 1666 for trunk/MagicSoft/Mars/mfileio/MCT1ReadPreProc.cc
- Timestamp:
- 11/22/02 09:23:54 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mfileio/MCT1ReadPreProc.cc
r1664 r1666 540 540 fin.read(cheadertitle, iHEADERTITLELENGTH); 541 541 542 Float_t fpreprocversion, structversion, dummy; 542 Float_t fpreprocversion, structversion; 543 Int_t dummyi; 543 544 544 545 sscanf(cheadertitle, cTITLE_TEMPLATE, 545 546 &fpreprocversion, &structversion, 546 &dummy , &dummy, &dummy, &dummy);547 &dummyi, &dummyi, &dummyi, &dummyi); 547 548 548 549 if (fpreprocversion < 0.6)
Note:
See TracChangeset
for help on using the changeset viewer.