Changeset 1575 for trunk/MagicSoft/Mars/mfileio/MCT1ReadPreProc.cc
- Timestamp:
- 11/04/02 10:33:51 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mfileio/MCT1ReadPreProc.cc
r1574 r1575 366 366 } 367 367 368 fIn->read( &outpars, sizeof(struct outputpars));368 fIn->read((Byte_t*)&outpars, sizeof(struct outputpars)); 369 369 370 370 ProcessHeader(outpars); … … 381 381 382 382 struct filterresults filterres; 383 fIn->read( &filterres, sizeof(struct filterresults));383 fIn->read((Byte_t*)&filterres, sizeof(struct filterresults)); 384 384 /* 385 385 int imax_alt_arcs; // maximum altitude reached during the run … … 633 633 634 634 // read the eventrecord with the recorded number of stored pixels 635 fIn->read( &event, size1+size2);635 fIn->read((Byte_t*)&event, size1+size2); 636 636 637 637 ProcessEvent(event);
Note:
See TracChangeset
for help on using the changeset viewer.