Changeset 883


Ignore:
Timestamp:
05/03/06 10:39:47 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r882 r883  
    16221622        ViewCell *root = vc; 
    16231623         
    1624         // also add pvs from this view cell to root 
     1624        // add pvs from this view cell to root 
    16251625        while (root->GetParent()) 
    16261626        { 
     
    16291629        } 
    16301630 
     1631        // add pvs from leaves 
    16311632        stack<ViewCell *> tstack; 
    16321633        tstack.push(vc); 
Note: See TracChangeset for help on using the changeset viewer.