Ignore:
Timestamp:
01/16/08 22:52:29 (17 years ago)
Author:
bittner
Message:

sse disabled for hr

Location:
GTP/trunk/Lib/Vis/Preprocessing/src/havran
Files:
2 edited

Legend:

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

    r2602 r2603  
    1111 
    1212// GOLEM library 
     13#include "ktbconf.h" 
    1314#include "ktb.h" 
    1415#include "ktbai.h" 
     
    925926 
    926927  if (!stream.is_open()) { 
    927     cerr << "Kd-tree description file (.kbt) cannot be opened for reading\n"; 
     928    cerr << "Kd-tree description file (.kdh) cannot be opened for reading\n"; 
    928929    return true; // error 
    929930  } 
  • GTP/trunk/Lib/Vis/Preprocessing/src/havran/ktbconf.h

    r2602 r2603  
    2424 
    2525// If we support the use of SSE instructions for ray shooting 
    26 //#define _USE_HAVRAN_SSE 
     26// #define _USE_HAVRAN_SSE 
    2727 
    2828namespace GtpVisibilityPreprocessor { 
Note: See TracChangeset for help on using the changeset viewer.