Ignore:
Timestamp:
07/26/05 15:14:13 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mpedestal/MPedPhotCam.cc

    r7122 r7223  
    336336Bool_t MPedPhotCam::GetPixelContent(Double_t &val, Int_t idx, const MGeomCam &cam, Int_t type) const
    337337{
     338    if (idx>=GetSize())
     339        return kFALSE;
     340
    338341    switch (type)
    339342    {
Note: See TracChangeset for help on using the changeset viewer.