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

Legend:

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

    r1221 r1233  
    28812881                { 
    28822882                        leaf->Mail(); 
    2883                         dirtyList.push_back(leaf->mSplitCandidate); 
     2883                        dirtyList.push_back(leaf->mSubdivisionCandidate); 
    28842884                } 
    28852885                 
     
    28892889                { 
    28902890                        leaf->Mail(); 
    2891                         dirtyList.push_back(leaf->mSplitCandidate); 
     2891                        dirtyList.push_back(leaf->mSubdivisionCandidate); 
    28922892                } 
    28932893        } 
     
    59725972         
    59735973        //-- reevaluate the dirty list 
    5974         vector<SplitCandidate *>::const_iterator sit, sit_end = dirtyList.end(); 
     5974        vector<SubdivisionCandidate *>::const_iterator sit, sit_end = dirtyList.end(); 
    59755975 
    59765976        for (sit = dirtyList.begin(); sit != sit_end; ++ sit) 
Note: See TracChangeset for help on using the changeset viewer.