Ignore:
Timestamp:
11/17/06 10:10:41 (18 years ago)
Author:
mattausch
Message:

removed error in sample registration

File:
1 edited

Legend:

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

    r1763 r1764  
    262262                                                        const float pdf,  
    263263                                                        float &contribution) 
    264 { 
     264{ cout << "here15" << endl; 
    265265        const bool result = mPvs.AddSample(sample, pdf, contribution); 
    266266        // have to recompute pvs size 
Note: See TracChangeset for help on using the changeset viewer.