Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 5117)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 5118)
@@ -27,4 +27,6 @@
        following data
 
+   * mpointing/MPointingPos.cc, mreport/MReportDrive.cc:
+     - initialize the variables in the constructor
 
 
Index: /trunk/MagicSoft/Mars/mreport/MReportDrive.cc
===================================================================
--- /trunk/MagicSoft/Mars/mreport/MReportDrive.cc	(revision 5117)
+++ /trunk/MagicSoft/Mars/mreport/MReportDrive.cc	(revision 5118)
@@ -78,5 +78,7 @@
 // Default construtor. Initialize identifier to "DRIVE-REPORT"
 //
-MReportDrive::MReportDrive() : MReport("DRIVE-REPORT")
+MReportDrive::MReportDrive() : MReport("DRIVE-REPORT"),
+    fMjd(0), fRa(0), fDec(0), fHa(0), fNominalZd(0), fNominalAz(0),
+    fCurrentZd(0), fCurrentAz(0), fErrorZd(0), fErrorAz(0)
 {
     fName  = "MReportDrive";
