Ignore:
Timestamp:
10/08/06 14:26:04 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r7749 r8022  
    574574            //isort[n]=n;
    575575
    576             if(TMath::IsNaN(v[n]))
     576            if (!TMath::Finite(v[n]))
    577577            {
    578578                *fLog << err <<"Event no. "<<n<<", matrix column no. "<<mvar;
    579                 *fLog << err <<" has the value NaN."<<endl;
     579                *fLog << err <<" has a non finite value (eg. NaN)."<<endl;
    580580                return kFALSE;
    581581            }
Note: See TracChangeset for help on using the changeset viewer.