Ignore:
Timestamp:
11/06/06 18:48:22 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1709 r1713  
    17071707        } 
    17081708 
    1709  
     1709        //////////////// 
    17101710        //-- pvs is not stored with the interiors => reconstruct 
    17111711        Intersectable::NewMail(); 
    17121712 
    1713         int pvsSize = 0; 
    17141713        ViewCell *root = vc; 
    17151714         
     
    17361735                { 
    17371736                        ViewCellInterior *interior = dynamic_cast<ViewCellInterior *>(vc); 
    1738  
    17391737                        ViewCellContainer::const_iterator it, it_end = interior->mChildren.end(); 
    17401738 
Note: See TracChangeset for help on using the changeset viewer.