Ignore:
Timestamp:
12/16/06 19:05:53 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1899 r1903  
    14511451        // get subset of rays 
    14521452        RayInfoContainer randomRays; 
    1453         randomRays.reserve(mMaxTests); 
     1453        randomRays.reserve(min(mMaxTests, (int)tData.mRays->size())); 
    14541454 
    14551455        RayInfoContainer *usedRays; 
Note: See TracChangeset for help on using the changeset viewer.