Ignore:
Timestamp:
11/01/01 14:56:17 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mgui/MGeomCam.cc

    r1003 r1027  
    7979// Return the i-th pixel object
    8080//
    81 inline MGeomPix &MGeomCam::operator[](Int_t i)
     81MGeomPix &MGeomCam::operator[](Int_t i)
    8282{
    8383    return *(MGeomPix*)fPixels->At(i);
     
    8888// Return the i-th pixel object
    8989//
    90 inline MGeomPix &MGeomCam::operator[](Int_t i) const
     90MGeomPix &MGeomCam::operator[](Int_t i) const
    9191{
    9292    return *(MGeomPix*)fPixels->At(i);
Note: See TracChangeset for help on using the changeset viewer.