Ignore:
Timestamp:
08/09/06 11:01:30 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r7868 r7870  
    181181
    182182    // FIXME: GausProb() is a workaround. It should be taken into account in Median!
    183     return TMath::Median(n, arr);
    184     /*
     183    //return TMath::Median(n, arr);
     184   
    185185    // Sort distribution
    186186    Long64_t idx[n];
     
    199199
    200200    return dev;
    201 */
    202201}
    203202
Note: See TracChangeset for help on using the changeset viewer.