Ignore:
Timestamp:
01/09/08 11:14:26 (16 years ago)
Author:
bittner
Message:

Havran Ray Caster compiles and links, but still does not work

File:
1 edited

Legend:

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

    r2575 r2582  
    11#include "Intersectable.h" 
    22#include "SimpleRay.h" 
    3 //#include "ktbconf.h" 
    43 
    54using namespace std; 
     
    87#define ALIGN16 __declspec(align(16)) 
    98#else 
    10 ALIGN16 GALIGN16 
     9#ifdef USE_HAVRAN_RAYCASTER  
     10#include "ktbconf.h" 
     11#define ALIGN16 GALIGN16 
     12#else 
     13#define ALIGN16 
     14#endif 
    1115#endif 
    1216 
Note: See TracChangeset for help on using the changeset viewer.