Changeset 2588 for GTP/trunk/Lib/Vis/Preprocessing/src/VspTree.h
- Timestamp:
- 01/10/08 13:17:34 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/src/VspTree.h
r2575 r2588 12 12 #include "SubdivisionCandidate.h" 13 13 #include "HierarchyManager.h" 14 #ifdef PERFTIMER14 #ifdef USE_PERFTIMER 15 15 #include "Timer/PerfTimer.h" 16 #endif // PERFTIMER16 #endif // USE_PERFTIMER 17 17 18 18 … … 672 672 //////////// 673 673 674 #ifdef PERFTIMER674 #ifdef USE_PERFTIMER 675 675 PerfTimer mSortTimer; 676 676 PerfTimer mSplitTimer;
Note: See TracChangeset
for help on using the changeset viewer.