Ignore:
Timestamp:
09/19/04 17:57:07 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.