Changeset 1232 for GTP/trunk/Lib/Vis/Preprocessing/src
- Timestamp:
- 08/19/06 13:48:51 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/src/Preprocessor.cpp
r1221 r1232 15 15 #include "VspOspTree.h" 16 16 #include "ObjParser.h" 17 #ifdef INTEL_COMPILER 17 18 #include "ArchModeler2MLRT.hxx" 18 19 #endif 19 20 20 21 namespace GtpVisibilityPreprocessor { … … 755 756 { 756 757 case INTEL_RAYCASTER: 758 #ifdef INTEL_COMPILER 757 759 return mlrtaLoadAS(externKdTree.c_str()); 760 #endif 758 761 case INTERNAL_RAYCASTER: 759 762 default:
Note: See TracChangeset
for help on using the changeset viewer.