Changeset 7730 for trunk/MagicSoft/Mars
- Timestamp:
- 05/23/06 16:01:26 (18 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7729 r7730 18 18 19 19 -*-*- END OF LINE -*-*- 20 21 2006/05/23 Thomas Bretz 22 23 * mranforest/MRanTree.cc: 24 - should be if(!Finite) instead of if(Finite) 25 26 20 27 21 28 2006/05/22 Daniela Dorner -
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.