Changeset 7804 for trunk/MagicSoft/Mars/mgeom
- Timestamp:
- 07/26/06 11:46:55 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mgeom/MGeomCam.cc
r7360 r7804 16 16 ! 17 17 ! 18 ! Author(s): Thomas Bretz 12/2000 <mailto:tbretz@ uni-sw.gwdg.de>19 ! 20 ! 18 ! Author(s): Thomas Bretz 12/2000 <mailto:tbretz@astro.uni-wuerzburg.de> 19 ! Author(s): Harald Kornmayer 01/2001 20 ! Author(s): Markus Gaug 03/2004 <mailto:markus@ifae.es> 21 21 ! 22 ! Copyright: MAGIC Software Development, 2000-200 422 ! Copyright: MAGIC Software Development, 2000-2005 23 23 ! 24 24 \* ======================================================================== */ … … 135 135 void MGeomCam::InitOuterRing() 136 136 { 137 fPixels. ForEach(MGeomPix, CheckOuterRing)(*this);137 fPixels.R__FOR_EACH(MGeomPix, CheckOuterRing)(*this); 138 138 } 139 139
Note:
See TracChangeset
for help on using the changeset viewer.