- Timestamp:
- 03/22/04 19:19:23 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r3580 r3581 139 139 deprecated MMcEvt. Use MPointingPosCalc to copy the 140 140 pointing position from MMcEvt to MPointingPos 141 142 * mbase/MMath.[h,cc]: 143 - added, which currently only implements calculation of 144 significance and Li/Ma significance 145 146 * mbase/Makefile, mbase/BaseLinkDef.h: 147 - added MMath 141 148 142 149 -
trunk/MagicSoft/Mars/mbase/BaseLinkDef.h
r3504 r3581 20 20 21 21 // Basic Tools 22 #pragma link C++ class MMath+; 22 23 #pragma link C++ class MIter+; 23 24 #pragma link C++ class MDirIter+; -
trunk/MagicSoft/Mars/mbase/Makefile
r3504 r3581 36 36 SRCFILES = MLogo.cc \ 37 37 MArgs.cc \ 38 MMath.cc \ 38 39 MLog.cc \ 39 40 MLogManip.cc \
Note:
See TracChangeset
for help on using the changeset viewer.