Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 2929)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 2930)
@@ -4,4 +4,17 @@
 
                                                  -*-*- END OF LINE -*-*-
+
+ 2004/01/27: Markus Gaug
+ 
+   * manalysis/MPedestalPix.cc
+     - initialize default values to 0 instead of -1.
+
+   * manalysis/MPedestalCam.[h,cc]
+     - include CheckBounds, also in operator[]
+
+   * manalysis/MCalibrationCam.[h,cc]
+     - apparently, there was a reference to InitSize(UInt_t i) instead 
+       of InitSize(Int_t i), where compiler complained, now changed
+
 
  2004/01/27: Thomas Bretz
Index: /trunk/MagicSoft/Mars/mcalib/MCalibrationCam.cc
===================================================================
--- /trunk/MagicSoft/Mars/mcalib/MCalibrationCam.cc	(revision 2929)
+++ /trunk/MagicSoft/Mars/mcalib/MCalibrationCam.cc	(revision 2930)
@@ -125,5 +125,5 @@
 // fSize is the old size (in most cases: 1)
 //
-void MCalibrationCam::InitSize(Int_t size)
+void MCalibrationCam::InitSize(const UInt_t size)
 {
   
Index: /trunk/MagicSoft/Mars/mcalib/MCalibrationCam.h
===================================================================
--- /trunk/MagicSoft/Mars/mcalib/MCalibrationCam.h	(revision 2929)
+++ /trunk/MagicSoft/Mars/mcalib/MCalibrationCam.h	(revision 2930)
@@ -53,6 +53,5 @@
   
   void Clear(Option_t *o="");
-  
-  void InitSize(const Int_t i);
+  void InitSize(const UInt_t i);
 
   // Setters
