Changeset 1946


Ignore:
Timestamp:
01/05/07 20:13:15 (17 years ago)
Author:
bittner
Message:

merge at home

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

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/Makefile

    r1943 r1946  
    11############################################################################# 
    22# Makefile for building: preprocessor 
    3 # Generated by qmake (2.00a) (Qt 4.1.2) on: pá 5. I 16:28:44 2007 
     3# Generated by qmake (2.00a) (Qt 4.1.2) on: pá 5. I 19:57:11 2007 
    44# Project:  preprocessor.pro 
    55# Template: app 
     
    6363        $(MAKE) -f $(MAKEFILE).Debug uninstall 
    6464 
    65 Makefile: preprocessor.pro  C:/Qt/4.1.2/mkspecs/win32-msvc2005\qmake.conf C:/Qt/4.1.2/mkspecs/qconfig.pri \ 
     65Makefile: preprocessor.pro  C:/Qt/4.1.2/mkspecs/win32-msvc.net\qmake.conf C:/Qt/4.1.2/mkspecs/qconfig.pri \ 
    6666                C:\Qt\4.1.2\mkspecs\features\qt_config.prf \ 
    6767                C:\Qt\4.1.2\mkspecs\features\exclusive_builds.prf \ 
  • GTP/trunk/Lib/Vis/Preprocessing/src/ViewCellsManager.cpp

    r1942 r1946  
    23262326        ray.mRelativePvsContribution /= (float)viewCells.size(); 
    23272327#endif 
     2328   
    23282329#if USE_RAY_LENGTH_AS_CONTRIBUTION 
    23292330        float c = 0.0f; 
Note: See TracChangeset for help on using the changeset viewer.