Changeset 2603 for GTP/trunk/Lib/Vis/Preprocessing/src/havran
- Timestamp:
- 01/16/08 22:52:29 (17 years ago)
- 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 11 11 12 12 // GOLEM library 13 #include "ktbconf.h" 13 14 #include "ktb.h" 14 15 #include "ktbai.h" … … 925 926 926 927 if (!stream.is_open()) { 927 cerr << "Kd-tree description file (.k bt) cannot be opened for reading\n";928 cerr << "Kd-tree description file (.kdh) cannot be opened for reading\n"; 928 929 return true; // error 929 930 } -
GTP/trunk/Lib/Vis/Preprocessing/src/havran/ktbconf.h
r2602 r2603 24 24 25 25 // If we support the use of SSE instructions for ray shooting 26 // #define _USE_HAVRAN_SSE26 // #define _USE_HAVRAN_SSE 27 27 28 28 namespace GtpVisibilityPreprocessor {
Note: See TracChangeset
for help on using the changeset viewer.