[MOAB-dev] r1540 - MOAB/trunk

kraftche at mcs.anl.gov kraftche at mcs.anl.gov
Fri Jan 18 12:27:05 CST 2008


Author: kraftche
Date: 2008-01-18 12:27:05 -0600 (Fri, 18 Jan 2008)
New Revision: 1540

Modified:
   MOAB/trunk/MBAdaptiveKDTree.cpp
Log:
fix link error

Modified: MOAB/trunk/MBAdaptiveKDTree.cpp
===================================================================
--- MOAB/trunk/MBAdaptiveKDTree.cpp	2008-01-18 18:21:27 UTC (rev 1539)
+++ MOAB/trunk/MBAdaptiveKDTree.cpp	2008-01-18 18:27:05 UTC (rev 1540)
@@ -157,8 +157,8 @@
   MAKE_TAG( root_name, MB_TAG_SPARSE, MB_TYPE_DOUBLE, 6, rootTag, 0 )
 }
 
-inline MBErrorCode MBAdaptiveKDTree::get_split_plane( MBEntityHandle entity,
-                                                      Plane& plane )
+MBErrorCode MBAdaptiveKDTree::get_split_plane( MBEntityHandle entity,
+                                               Plane& plane )
 {
 #ifndef MB_AD_KD_TREE_USE_SINGLE_TAG
   MBErrorCode r1, r2;
@@ -176,8 +176,8 @@
 #endif
 }
 
-inline MBErrorCode MBAdaptiveKDTree::set_split_plane( MBEntityHandle entity, 
-                                                      const Plane& plane )
+MBErrorCode MBAdaptiveKDTree::set_split_plane( MBEntityHandle entity, 
+                                               const Plane& plane )
 {
 #ifndef MB_AD_KD_TREE_USE_SINGLE_TAG
   MBErrorCode r1, r2;




More information about the moab-dev mailing list