[MOAB-dev] r1562 - MOAB/trunk
    kraftche at mcs.anl.gov 
    kraftche at mcs.anl.gov
       
    Fri Jan 25 10:59:41 CST 2008
    
    
  
Author: kraftche
Date: 2008-01-25 10:59:41 -0600 (Fri, 25 Jan 2008)
New Revision: 1562
Modified:
   MOAB/trunk/MBAdaptiveKDTree.hpp
Log:
fix typo in comment
Modified: MOAB/trunk/MBAdaptiveKDTree.hpp
===================================================================
--- MOAB/trunk/MBAdaptiveKDTree.hpp	2008-01-24 23:38:46 UTC (rev 1561)
+++ MOAB/trunk/MBAdaptiveKDTree.hpp	2008-01-25 16:59:41 UTC (rev 1562)
@@ -297,7 +297,7 @@
     //! Get adjacent leaf nodes on side indicated by norm and neg.
     //!
     //! E.g. if norm == X and neg == true, then get neighbor(s)
-    //! adjacent to the size of the box contained in the plane
+    //! adjacent to the side of the box contained in the plane
     //! with normal to the X axis and with the x coordinate equal 
     //! to the minimum x of the bounding box.
     //!
    
    
More information about the moab-dev
mailing list