Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 2855)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 2856)
@@ -4,4 +4,13 @@
 
                                                  -*-*- END OF LINE -*-*-
+
+ 2004/01/20: Abelardo moralejo
+
+  * manalysis/MCerPhotPix.h 
+    - Changed position of declaration of fIsSaturated to be the last 
+      private variable. Otherwise, since in the constructor it is 
+      initialized in the last place, a warning is displayed upon
+      compilation in some systems.
+
 
  2004/01/20: Markus Gaug
Index: /trunk/MagicSoft/Mars/manalysis/MCerPhotPix.h
===================================================================
--- /trunk/MagicSoft/Mars/manalysis/MCerPhotPix.h	(revision 2855)
+++ /trunk/MagicSoft/Mars/manalysis/MCerPhotPix.h	(revision 2856)
@@ -14,8 +14,9 @@
     UShort_t fRing;      // NT: number of analyzed rings around the core pixels (fRing>0 means: used)
     Bool_t   fIsCore;    // the pixel is a Core pixel -> kTRUE
-    Bool_t   fIsSaturated; // the pixel is saturated
 
     Float_t  fPhot;      // The number of Cerenkov photons
     Float_t  fErrPhot;   // the error of fPhot
+
+    Bool_t   fIsSaturated; // the pixel is saturated
 
     // FIXME: arrival time t, and it's error sigma t
