Changeset 3383 for trunk


Ignore:
Timestamp:
03/03/04 00:10:49 (21 years ago)
Author:
moralejo
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r3382 r3383  
    44
    55                                                 -*-*- END OF LINE -*-*-
     6
     7 2004/03/03: Abelardo Moralejo
     8
     9   * mgeom/MGeomCam.cc
     10     - Undid yesterday change! I do not know why, display completely
     11       fails after that change, both for old and new camera files.
     12       Put back fPixels[i] = new MGeomPix; in constructor.
    613
    714 2004/03/02: Abelardo Moralejo
     
    2330     - Added Print() function.
    2431
    25    * mgeom/MGeomCam.cc
     32   * mgeom/MGeomCam.cc  => NOTE: this change was undone later!
    2633     - Replaced
    2734        fPixels[i] = new MGeomPix;   by
  • trunk/MagicSoft/Mars/mgeom/MGeomCam.cc

    r3382 r3383  
    8585
    8686    for (UInt_t i=0; i<npix; i++)
    87       {
    88         MGeomPix* dummy = new MGeomPix();
    89         fPixels.Add(dummy);
    90       }
     87      fPixels[i] = new MGeomPix;
    9188
    9289    SetReadyToSave();
Note: See TracChangeset for help on using the changeset viewer.