Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 3382)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 3383)
@@ -4,4 +4,11 @@
 
                                                  -*-*- END OF LINE -*-*-
+
+ 2004/03/03: Abelardo Moralejo
+
+   * mgeom/MGeomCam.cc
+     - Undid yesterday change! I do not know why, display completely 
+       fails after that change, both for old and new camera files. 
+       Put back fPixels[i] = new MGeomPix; in constructor.
 
  2004/03/02: Abelardo Moralejo
@@ -23,5 +30,5 @@
      - Added Print() function.
 
-   * mgeom/MGeomCam.cc
+   * mgeom/MGeomCam.cc  => NOTE: this change was undone later!
      - Replaced
 	fPixels[i] = new MGeomPix;   by
Index: /trunk/MagicSoft/Mars/mgeom/MGeomCam.cc
===================================================================
--- /trunk/MagicSoft/Mars/mgeom/MGeomCam.cc	(revision 3382)
+++ /trunk/MagicSoft/Mars/mgeom/MGeomCam.cc	(revision 3383)
@@ -85,8 +85,5 @@
 
     for (UInt_t i=0; i<npix; i++)
-      {
-	MGeomPix* dummy = new MGeomPix();
-	fPixels.Add(dummy);
-      }
+      fPixels[i] = new MGeomPix;
 
     SetReadyToSave();
