Ignore:
Timestamp:
04/08/04 19:52:13 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/macros
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/macros/readCT1.C

    r2624 r3682  
    125125        hillas.Print(*geomcam);
    126126        hillasext.Print(*geomcam);
    127         newimgpar.Print();
     127        newimgpar.Print(*geomcam);
    128128
    129129        if (!HandleInput())
  • trunk/MagicSoft/Mars/macros/readMagic.C

    r3141 r3682  
    100100    ((MHillas*)fParList->FindObject("MHillas"))->Print(*geom);
    101101    ((MHillasExt*)fParList->FindObject("MHillasExt"))->Print(*geom);
    102     fParList->FindObject("MNewImagePar")->Print();
     102    ((MNewImagePar*)fParList->FindObject("MNewImagePar"))->Print(*geom);
    103103
    104104    return HandleInput();
Note: See TracChangeset for help on using the changeset viewer.