Fork me on GitHub

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/Isolation.cc

    r65dc4e7 re2339af  
    167167  fFilter->Reset();
    168168  isolationArray = fFilter->GetSubArray(fClassifier, 0);
     169
     170  if(isolationArray == 0) return;
     171
    169172  TIter itIsolationArray(isolationArray);
    170173
Note: See TracChangeset for help on using the changeset viewer.