Ignore:
Timestamp:
10/09/06 10:19:31 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mbase
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mbase/MAGIC.cc

    r8026 r8029  
    3232#include <iostream>
    3333
    34 NamespaceImp(MARS);
     34//NamespaceImp(MARS);
    3535
    3636using namespace std;
  • trunk/MagicSoft/Mars/mbase/MMath.cc

    r8026 r8029  
    4444#endif
    4545
    46 NamespaceImp(MMath);
     46//NamespaceImp(MMath);
    4747
    4848// --------------------------------------------------------------------------
     
    176176Double_t MMath::MedianDevImp(Size n, const Element *a, Double_t &med)
    177177{
    178     static const Double_t prob = 0.682689477208650697; //MMath::.GaissProb(1.0);
     178    static const Double_t prob = 0.682689477208650697; //MMath::GaussProb(1.0);
    179179
    180180    // Sanity check
Note: See TracChangeset for help on using the changeset viewer.