Ignore:
Timestamp:
04/10/06 21:09:43 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/VspKdTree.cpp

    r728 r744  
    11251125 
    11261126        if (data.mDepth >= mTermMaxDepth) 
     1127        { 
    11271128                ++ mStat.maxDepthNodes; 
     1129        } 
    11281130 
    11291131        if (leaf->GetPvsSize() < mTermMinPvs) 
Note: See TracChangeset for help on using the changeset viewer.