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

sceneBox bugfix

File:
1 edited

Legend:

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

    r2575 r2588  
    1515#include "HierarchyManager.h" 
    1616 
    17 #ifdef PERFTIMER 
     17#ifdef USE_PERFTIMER 
    1818#include "Timer/PerfTimer.h" 
    19 #endif // PERFTIMER 
     19#endif // USE_PERFTIMER 
    2020 
    2121namespace GtpVisibilityPreprocessor { 
     
    681681        void CreateUniqueObjectIds(); 
    682682 
    683 #ifdef PERFTIMER   
     683#ifdef USE_PERFTIMER   
    684684        PerfTimer mNodeTimer; 
    685685        PerfTimer mSubdivTimer; 
Note: See TracChangeset for help on using the changeset viewer.