Ignore:
Timestamp:
12/28/06 20:02:12 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1828 r1923  
    102102mPlane(plane), mFront(NULL), mBack(NULL) 
    103103{} 
     104 
    104105 
    105106BspInterior::~BspInterior()  
     
    437438        DEL_PTR(mRoot); 
    438439         
    439         if (mOutOfBoundsCellPartOfTree) 
     440        if (!mOutOfBoundsCellPartOfTree) 
    440441        { 
    441442                // out of bounds cell not part of tree => 
Note: See TracChangeset for help on using the changeset viewer.