Ignore:
Timestamp:
03/02/04 20:30:12 (21 years ago)
Author:
moralejo
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r3381 r3382  
    1313     - Added GetNumCT() function.
    1414     - Replaced
    15           fTelescopes[i]= new MGeomCorsikaCT   by
     15          fTelescopes[i]= new MGeomCorsikaCT;   by
    1616
    1717          MGeomCorsikaCT* dummy = new  MGeomCorsikaCT();
     
    2222     - Added getter functions for telescope coordinates.
    2323     - Added Print() function.
     24
     25   * mgeom/MGeomCam.cc
     26     - Replaced
     27        fPixels[i] = new MGeomPix;   by
     28
     29        MGeomPix* dummy = new MGeomPix();
     30        fPixels.Add(dummy);
    2431
    2532
Note: See TracChangeset for help on using the changeset viewer.