Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 1502)
+++ trunk/MagicSoft/Mars/Changelog	(revision 1503)
@@ -8,4 +8,10 @@
    * mhist/MHHillas.cc, mhist/MHHillasExt.cc:
      - added legends. (still work to be done with the stat boxes)
+
+   * manalysis/MCerPhotPix.h:
+     - unimportant change
+
+   * manalysis/MImgCleanStd.cc:
+     - added comment
 
 
Index: trunk/MagicSoft/Mars/NEWS
===================================================================
--- trunk/MagicSoft/Mars/NEWS	(revision 1502)
+++ trunk/MagicSoft/Mars/NEWS	(revision 1503)
@@ -74,5 +74,6 @@
      file having crab starfield, but also for all following files - fixed
 
-   - PrintStatistics can now be instructud to print also the title, too.
+   - PrintStatistics can now be instructud to print also the title, too:
+     use PrintStatistics(0, kTRUE)
 
 
Index: trunk/MagicSoft/Mars/manalysis/MCerPhotPix.h
===================================================================
--- trunk/MagicSoft/Mars/manalysis/MCerPhotPix.h	(revision 1502)
+++ trunk/MagicSoft/Mars/manalysis/MCerPhotPix.h	(revision 1503)
@@ -22,5 +22,5 @@
 public:
 
-    MCerPhotPix(Int_t pix = -1, Float_t phot=0., Float_t errphot=0.);
+    MCerPhotPix(Int_t pix=-1, Float_t phot=0, Float_t errphot=0);
 
     Int_t   GetPixId() const         { return fPixId;   }
Index: trunk/MagicSoft/Mars/manalysis/MImgCleanStd.cc
===================================================================
--- trunk/MagicSoft/Mars/manalysis/MImgCleanStd.cc	(revision 1502)
+++ trunk/MagicSoft/Mars/manalysis/MImgCleanStd.cc	(revision 1503)
@@ -125,5 +125,6 @@
 //
 //  check if the survived pixel have a neighbor, that also
-//  survived
+//  survived, otherwise set pixel to unused. (removes pixels without
+//  neighbors)
 //
 //  takes the maximum pixel id from CleanStep1 as an argument
@@ -140,4 +141,5 @@
     //
     Byte_t *ispixused = new Byte_t[max+1];
+    memset(ispixused, 0, max+1);
 
     for (Int_t i=0; i<entries; i++)
