Ignore:
Timestamp:
10/03/06 22:34:29 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1563 r1564  
    702702 
    703703        mStat.nodes = 1; 
    704         mBbox.Initialize();     // initialise bsp tree bounding box 
     704        mBbox.Initialize(); // initialise bsp tree bounding box 
    705705         
    706706        PolygonContainer *polys = new PolygonContainer(); 
     
    843843                } 
    844844        } 
    845          
     845        // clear helper structure 
     846        // note: memory will not be released using clear! 
    846847        facePolyMap.clear(); 
    847848 
Note: See TracChangeset for help on using the changeset viewer.