Changeset 5118 for trunk/MagicSoft
- Timestamp:
- 09/19/04 17:57:07 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r5117 r5118 27 27 following data 28 28 29 * mpointing/MPointingPos.cc, mreport/MReportDrive.cc: 30 - initialize the variables in the constructor 29 31 30 32 -
trunk/MagicSoft/Mars/mreport/MReportDrive.cc
r4840 r5118 78 78 // Default construtor. Initialize identifier to "DRIVE-REPORT" 79 79 // 80 MReportDrive::MReportDrive() : MReport("DRIVE-REPORT") 80 MReportDrive::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) 81 83 { 82 84 fName = "MReportDrive";
Note:
See TracChangeset
for help on using the changeset viewer.