Changeset 2076 for trunk/MagicSoft
- Timestamp:
- 05/06/03 11:36:33 (22 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r2075 r2076 2 2 3 3 2003/05/06: Abelardo Moralejo 4 5 * mfilter/MFCT1SelFinal.cc 6 - changed FindObject("MGeomCam") to 7 FindCreateObj("MGeomCamCT1","MGeomCam") 4 8 5 9 * mhistmc/MHMcCollectionArea.cc -
trunk/MagicSoft/Mars/mfilter/MFCT1SelFinal.cc
r2037 r2076 108 108 } 109 109 110 MGeomCam *cam = (MGeomCam*)pList->Find Object("MGeomCam");110 MGeomCam *cam = (MGeomCam*)pList->FindCreateObj("MGeomCamCT1","MGeomCam"); 111 111 if (!cam) 112 112 {
Note:
See TracChangeset
for help on using the changeset viewer.