Ignore:
Timestamp:
11/15/06 16:07:29 (18 years ago)
Author:
mattausch
Message:

bvhnode is now derived from Intersectable

File:
1 edited

Legend:

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

    r1757 r1758  
    60296029                Debug << "finished in " << timeDiff * 1e-3 << " secs" << endl; 
    60306030 
    6031                 if ((castSamples >= samplesForStats + oldSamples) || (castSamples >= numSamples)) 
     6031                if ((castSamples >= samplesForStats + oldSamples) ||  
     6032                        (castSamples >= numSamples)) 
    60326033                { 
    60336034                        oldSamples += samplesForStats; 
Note: See TracChangeset for help on using the changeset viewer.