Changeset 16893 for trunk/Mars


Ignore:
Timestamp:
06/23/13 00:10:12 (11 years ago)
Author:
tbretz
Message:
Fixed a typo, added the missing cast and removed also the MRawEvtData from the list to avoid confusion in MReadFitsFile when the size of the array is dtermined.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/macros/fact/drscal.C

    r16886 r16893  
    130130
    131131    // This would just result in a wrong consistency check for the roi
    132     plist.Remove(plist.FindObject("MRawRunHeader");
     132    plist.Remove((MParContainer*)plist.FindObject("MRawRunHeader"));
     133    plist.Remove((MParContainer*)plist.FindObject("MRawEvtData"));
    133134
    134135    // I think one HAS to use the same file than for step one
Note: See TracChangeset for help on using the changeset viewer.