Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 1460)
+++ trunk/MagicSoft/Mars/Changelog	(revision 1461)
@@ -30,4 +30,7 @@
    * manalysis/MSrcPosCam.[h,cc]:
      - removed AsciiRead/Write member function
+
+   * manalysis/MImgCleanStd.cc:
+     - changed ispixused array size from max to max+1
 
 
Index: trunk/MagicSoft/Mars/manalysis/MImgCleanStd.cc
===================================================================
--- trunk/MagicSoft/Mars/manalysis/MImgCleanStd.cc	(revision 1460)
+++ trunk/MagicSoft/Mars/manalysis/MImgCleanStd.cc	(revision 1461)
@@ -70,5 +70,5 @@
 //
 // Default constructor. Here you can specify the cleaning levels. If you
-// don't specify them the 'common standard' values 2.5 and 3.0 (sigma
+// don't specify them the 'common standard' values 3.0 and 2.5 (sigma
 // above mean) are used
 //
@@ -135,5 +135,5 @@
     // (MCerPhotEvt::IsPixelUsed) all the time.
     //
-    Byte_t *ispixused = new Byte_t[max];
+    Byte_t *ispixused = new Byte_t[max+1];
 
     for (Int_t i=0; i<entries; i++)
