Changeset 5118


Ignore:
Timestamp:
09/19/04 17:57:07 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r5117 r5118  
    2727       following data
    2828
     29   * mpointing/MPointingPos.cc, mreport/MReportDrive.cc:
     30     - initialize the variables in the constructor
    2931
    3032
  • trunk/MagicSoft/Mars/mreport/MReportDrive.cc

    r4840 r5118  
    7878// Default construtor. Initialize identifier to "DRIVE-REPORT"
    7979//
    80 MReportDrive::MReportDrive() : MReport("DRIVE-REPORT")
     80MReportDrive::MReportDrive() : MReport("DRIVE-REPORT"),
     81    fMjd(0), fRa(0), fDec(0), fHa(0), fNominalZd(0), fNominalAz(0),
     82    fCurrentZd(0), fCurrentAz(0), fErrorZd(0), fErrorAz(0)
    8183{
    8284    fName  = "MReportDrive";
Note: See TracChangeset for help on using the changeset viewer.