Ignore:
Timestamp:
09/08/05 01:52:52 (19 years ago)
Author:
mattausch
Message:

added viewcell stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibilityPreprocessor/src/Polygon3.cpp

    r256 r260  
    3535void Polygon3::DeletePolygons(PolygonContainer *polys) 
    3636{ 
    37         // don't need to store polygon information => delete polygons 
    3837        while(!polys->empty()) 
    3938        { 
    40                 Polygon3 *poly = polys->back(); 
     39                DEL_PTR(polys->back()); 
    4140                polys->pop_back(); 
    42                 DEL_PTR(poly); 
    4341        } 
    4442} 
Note: See TracChangeset for help on using the changeset viewer.