- Timestamp:
- 01/05/07 20:13:15 (18 years ago)
- Location:
- GTP/trunk/Lib/Vis/Preprocessing/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/src/Makefile
r1943 r1946 1 1 ############################################################################# 2 2 # Makefile for building: preprocessor 3 # Generated by qmake (2.00a) (Qt 4.1.2) on: pá 5. I 1 6:28:4420073 # Generated by qmake (2.00a) (Qt 4.1.2) on: pá 5. I 19:57:11 2007 4 4 # Project: preprocessor.pro 5 5 # Template: app … … 63 63 $(MAKE) -f $(MAKEFILE).Debug uninstall 64 64 65 Makefile: preprocessor.pro C:/Qt/4.1.2/mkspecs/win32-msvc 2005\qmake.conf C:/Qt/4.1.2/mkspecs/qconfig.pri \65 Makefile: preprocessor.pro C:/Qt/4.1.2/mkspecs/win32-msvc.net\qmake.conf C:/Qt/4.1.2/mkspecs/qconfig.pri \ 66 66 C:\Qt\4.1.2\mkspecs\features\qt_config.prf \ 67 67 C:\Qt\4.1.2\mkspecs\features\exclusive_builds.prf \ -
GTP/trunk/Lib/Vis/Preprocessing/src/ViewCellsManager.cpp
r1942 r1946 2326 2326 ray.mRelativePvsContribution /= (float)viewCells.size(); 2327 2327 #endif 2328 2328 2329 #if USE_RAY_LENGTH_AS_CONTRIBUTION 2329 2330 float c = 0.0f;
Note: See TracChangeset
for help on using the changeset viewer.