Ignore:
Timestamp:
05/09/07 10:24:25 (18 years ago)
Author:
mattausch
Message:
 
Location:
GTP/trunk/Lib/Vis/Preprocessing/src
Files:
2 edited

Legend:

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

    r2332 r2360  
    13541354                optBool, 
    13551355                "gvs_per_viewcell=", 
    1356                 "false"); 
     1356                "true"); 
    13571357 
    13581358        RegisterOption("GvsPreprocessor.stats", 
  • GTP/trunk/Lib/Vis/Preprocessing/src/FlexibleHeap.h

    r2176 r2360  
    1515{ 
    1616public: 
     17         
    1718        Heapable(): mPriority(0) { NotInHeap(); SetPriority(0.0f); } 
    1819 
     
    2526        //inline float GetPriority() const  { return mPriority; } 
    2627        virtual float GetPriority() const = 0; 
     28 
    2729protected: 
    2830 
Note: See TracChangeset for help on using the changeset viewer.