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/mgeom/MGeomCam.cc

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