Ignore:
Timestamp:
10/27/06 03:05:49 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1632 r1686  
    10171017                        // add predefined view cell to leaf 
    10181018                        viewCell = dynamic_cast<BspViewCell *>(tData.mViewCell); 
    1019                         // from now on out of bounds cell can be handled as any other cell, 
    1020                         // responsibility for deleting has been shifted 
     1019 
     1020                        // out of bounds cell can be handled as any other view cell, 
     1021                        // responsibility for deleting it has the view cells manager. 
    10211022                        if (IsOutOfBounds(viewCell)) 
    10221023                        { 
Note: See TracChangeset for help on using the changeset viewer.