Ignore:
Timestamp:
10/12/06 19:19:04 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1576 r1615  
    18141814KdIntersectable *OspTree::GetOrCreateKdIntersectable(KdNode *node) 
    18151815{ 
     1816        //if (!node) return NULL; 
     1817 
    18161818        // search nodes 
    1817         std::map<KdNode *, KdIntersectable *>:: 
    1818                 const_iterator it = mKdIntersectables.find(node); 
     1819        std::map<KdNode *, KdIntersectable *>::const_iterator it = mKdIntersectables.find(node); 
    18191820 
    18201821        if (it != mKdIntersectables.end())  
Note: See TracChangeset for help on using the changeset viewer.