Changeset 7730 for trunk/MagicSoft/Mars/mranforest
- Timestamp:
- 05/23/06 16:01:26 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mranforest/MRanTree.cc
r7725 r7730 252 252 253 253 const Double_t crit=(rln/rld)+(rrn/rrd); 254 if ( TMath::Finite(crit))254 if (!TMath::Finite(crit)) 255 255 continue; 256 256 … … 405 405 406 406 const Double_t crit=(rln/rld)+(rrn/rrd); 407 if ( TMath::Finite(crit))407 if (!TMath::Finite(crit)) 408 408 continue; 409 409
Note:
See TracChangeset
for help on using the changeset viewer.