- Timestamp:
- 08/30/10 09:51:34 (14 years ago)
- Location:
- trunk/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/Changelog
r9899 r9900 23 23 * mhist/MHCamera.cc: 24 24 - added options to display contents as int and float 25 26 * mgeom/MGeomCamFACT.cc: 27 - changed default distance from 4.8887 to 4.90 25 28 26 29 -
trunk/Mars/mgeom/MGeomCamFACT.cc
r9862 r9900 44 44 // 45 45 MGeomCamFACT::MGeomCamFACT(const char *name) 46 : MGeomCam(1438, 4. 8887, name, "Geometry information of the final FACT Camera")46 : MGeomCam(1438, 4.90, name, "Geometry information of the final FACT Camera") 47 47 { 48 48 CreateCam();
Note:
See TracChangeset
for help on using the changeset viewer.