Ignore:
Timestamp:
11/09/06 13:57:27 (18 years ago)
Author:
mattausch
Message:

removed bug from dirtycandidates

File:
1 edited

Legend:

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

    r1732 r1733  
    18521852                { 
    18531853                        candidate->Mail(); 
     1854                        candidate->SetDirty(true); 
    18541855                        dirtyList.push_back(candidate); 
    18551856                } 
Note: See TracChangeset for help on using the changeset viewer.