Changeset 1540

Show
Ignore:
Timestamp:
01/18/08 12:27:05 (22 months ago)
Author:
kraftche
Message:

fix link error

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • MOAB/trunk/MBAdaptiveKDTree.cpp

    r1527 r1540  
    158158} 
    159159 
    160 inline MBErrorCode MBAdaptiveKDTree::get_split_plane( MBEntityHandle entity, 
    161                                                       Plane& plane ) 
     160MBErrorCode MBAdaptiveKDTree::get_split_plane( MBEntityHandle entity, 
     161                                               Plane& plane ) 
    162162{ 
    163163#ifndef MB_AD_KD_TREE_USE_SINGLE_TAG 
     
    177177} 
    178178 
    179 inline MBErrorCode MBAdaptiveKDTree::set_split_plane( MBEntityHandle entity,  
    180                                                       const Plane& plane ) 
     179MBErrorCode MBAdaptiveKDTree::set_split_plane( MBEntityHandle entity,  
     180                                               const Plane& plane ) 
    181181{ 
    182182#ifndef MB_AD_KD_TREE_USE_SINGLE_TAG