Ignore:
Timestamp:
08/19/06 13:48:51 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/Preprocessor.cpp

    r1221 r1232  
    1515#include "VspOspTree.h" 
    1616#include "ObjParser.h" 
     17#ifdef INTEL_COMPILER 
    1718#include "ArchModeler2MLRT.hxx" 
    18  
     19#endif 
    1920 
    2021namespace GtpVisibilityPreprocessor { 
     
    755756        { 
    756757        case INTEL_RAYCASTER: 
     758#ifdef INTEL_COMPILER 
    757759                return mlrtaLoadAS(externKdTree.c_str()); 
     760#endif 
    758761        case INTERNAL_RAYCASTER: 
    759762        default: 
Note: See TracChangeset for help on using the changeset viewer.