Ignore:
Timestamp:
11/13/06 23:41:00 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1742 r1745  
    17481748         
    17491749                // add newly found pvs to merged pvs 
    1750                 ObjectPvs interPvs; 
     1750                //cout << "samples vc: " << vc->GetPvs().GetSamples() << " samples pvs: " << pvs.GetSamples() << endl; 
    17511751                pvs.MergeInPlace(vc->GetPvs()); 
    1752  
     1752                //cout << "new samples: " << pvs.GetSamples() << endl; 
    17531753                if (!vc->IsLeaf()) // interior cells: go down to leaf level 
    17541754                { 
Note: See TracChangeset for help on using the changeset viewer.