Changeset 3581 for trunk


Ignore:
Timestamp:
03/22/04 19:19:23 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r3580 r3581  
    139139       deprecated MMcEvt. Use MPointingPosCalc to copy the
    140140       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
    141148
    142149
  • trunk/MagicSoft/Mars/mbase/BaseLinkDef.h

    r3504 r3581  
    2020
    2121// Basic Tools
     22#pragma link C++ class MMath+;
    2223#pragma link C++ class MIter+;
    2324#pragma link C++ class MDirIter+;
  • trunk/MagicSoft/Mars/mbase/Makefile

    r3504 r3581  
    3636SRCFILES = MLogo.cc \
    3737           MArgs.cc \
     38           MMath.cc \
    3839           MLog.cc \
    3940           MLogManip.cc \
Note: See TracChangeset for help on using the changeset viewer.