Ignore:
Timestamp:
12/13/05 17:28:02 (19 years ago)
Author:
mattausch
Message:

worked on vsp kd view cells

File:
1 edited

Legend:

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

    r448 r462  
    2323Preprocessor::~Preprocessor() 
    2424{ 
     25        DEL_PTR(mViewCellsManager); 
     26 
    2527        DEL_PTR(mBspTree); 
    2628        DEL_PTR(mKdTree); 
    2729        DEL_PTR(mVspKdTree); 
    2830        DEL_PTR(mVspBspTree); 
    29         DEL_PTR(mViewCellsManager); 
    3031} 
    3132 
Note: See TracChangeset for help on using the changeset viewer.