Ignore:
Timestamp:
11/09/06 03:35:58 (18 years ago)
Author:
mattausch
Message:

implemented several accelleration svhemes for the gradient method

File:
1 edited

Legend:

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

    r1715 r1727  
    13331333        RayInfoContainer usedRays; 
    13341334 
    1335         if (mMaxTests < rays.size()) 
     1335        if (mMaxTests < (int)rays.size()) 
    13361336        { 
    13371337                GetRayInfoSets(rays, mMaxTests, usedRays); 
Note: See TracChangeset for help on using the changeset viewer.