Changeset 12630 for trunk/Mars


Ignore:
Timestamp:
11/23/11 14:21:18 (13 years ago)
Author:
tbretz
Message:
Removed an obsolete fGeomCam; make sure that everything is initialized properly
Location:
trunk/Mars/mcalib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mcalib/MCalibrateRelTimes.cc

    r8618 r12630  
    7070//
    7171MCalibrateRelTimes::MCalibrateRelTimes(const char *name, const char *title)
    72     : fGeomCam(NULL), fCalibrations(NULL), fBadPixels(NULL), fSignals(NULL),
    73       fArrivalTime(NULL)
     72    : fCalibrations(NULL), fBadPixels(NULL), fSignals(NULL), fArrivalTime(NULL)
    7473{
    7574    fName  = name  ? name  : "MCalibrateRelTimes";
  • trunk/Mars/mcalib/MCalibrateRelTimes.h

    r8618 r12630  
    1616{
    1717private:
    18     MGeomCam               *fGeomCam;      // Camera geometry container
    1918    MCalibrationRelTimeCam *fCalibrations; // Calibration rel. time constants
    2019    MBadPixelsCam          *fBadPixels;    // Bad Pixels information
Note: See TracChangeset for help on using the changeset viewer.