Index: trunk/MagicSoft/Mars/macros/readCT1.C
===================================================================
--- trunk/MagicSoft/Mars/macros/readCT1.C	(revision 3651)
+++ trunk/MagicSoft/Mars/macros/readCT1.C	(revision 3682)
@@ -125,5 +125,5 @@
         hillas.Print(*geomcam);
         hillasext.Print(*geomcam);
-        newimgpar.Print();
+        newimgpar.Print(*geomcam);
 
         if (!HandleInput())
Index: trunk/MagicSoft/Mars/macros/readMagic.C
===================================================================
--- trunk/MagicSoft/Mars/macros/readMagic.C	(revision 3651)
+++ trunk/MagicSoft/Mars/macros/readMagic.C	(revision 3682)
@@ -100,5 +100,5 @@
     ((MHillas*)fParList->FindObject("MHillas"))->Print(*geom);
     ((MHillasExt*)fParList->FindObject("MHillasExt"))->Print(*geom);
-    fParList->FindObject("MNewImagePar")->Print();
+    ((MNewImagePar*)fParList->FindObject("MNewImagePar"))->Print(*geom);
 
     return HandleInput();
