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/Halton.cpp

    r2575 r2588  
     1#include "common.h" 
    12#include "Halton.h" 
    23 
    3 #ifdef PERFTIMER   
     4#ifdef USE_PERFTIMER   
    45#include "Timer/PerfTimer.h" 
    56#endif 
     7 
    68 
    79#define PREGENERATE_HALTON 0 
     
    1012 
    1113   
    12 #ifdef PERFTIMER   
     14#ifdef USE_PERFTIMER 
    1315PerfTimer haltonTimer; 
    1416#endif 
Note: See TracChangeset for help on using the changeset viewer.