Ignore:
Timestamp:
01/10/08 13:17:34 (17 years ago)
Author:
bittner
Message:

sceneBox bugfix

File:
1 edited

Legend:

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

    r2575 r2588  
    1212#include "SubdivisionCandidate.h" 
    1313#include "HierarchyManager.h" 
    14 #ifdef PERFTIMER 
     14#ifdef USE_PERFTIMER 
    1515#include "Timer/PerfTimer.h" 
    16 #endif // PERFTIMER 
     16#endif // USE_PERFTIMER 
    1717 
    1818 
     
    672672        //////////// 
    673673 
    674 #ifdef PERFTIMER   
     674#ifdef USE_PERFTIMER   
    675675        PerfTimer mSortTimer; 
    676676        PerfTimer mSplitTimer; 
Note: See TracChangeset for help on using the changeset viewer.