Ignore:
Timestamp:
11/25/06 00:19:18 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1786 r1789  
    263263                                                        float &contribution) 
    264264{  
    265         const bool result = mPvs.AddSample(sample, pdf, contribution); 
     265        const bool result = mPvs.AddSample(sample, pdf);//, contribution); 
    266266        // have to recompute pvs size 
    267267        mPvsSizeValid = false; 
Note: See TracChangeset for help on using the changeset viewer.