Ignore:
Timestamp:
05/23/06 16:01:26 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mranforest/MRanTree.cc

    r7725 r7730  
    252252
    253253            const Double_t crit=(rln/rld)+(rrn/rrd);
    254             if (TMath::Finite(crit))
     254            if (!TMath::Finite(crit))
    255255                continue;
    256256
     
    405405
    406406            const Double_t crit=(rln/rld)+(rrn/rrd);
    407             if (TMath::Finite(crit))
     407            if (!TMath::Finite(crit))
    408408                continue;
    409409
Note: See TracChangeset for help on using the changeset viewer.