Ignore:
Timestamp:
01/21/07 00:40:56 (17 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1977 r2003  
    514514                float GetPriority() const 
    515515                { 
    516                         return mPriority; 
     516                        return (float)-mParentData.mDepth; 
     517                        //return mPriority; 
    517518                } 
    518519 
Note: See TracChangeset for help on using the changeset viewer.