[MOAB-dev] r1808 - MOAB/trunk
kraftche at mcs.anl.gov
kraftche at mcs.anl.gov
Wed May 14 11:44:41 CDT 2008
Author: kraftche
Date: 2008-05-14 11:44:41 -0500 (Wed, 14 May 2008)
New Revision: 1808
Modified:
MOAB/trunk/MBAdaptiveKDTree.hpp
Log:
fix typo in comment
Modified: MOAB/trunk/MBAdaptiveKDTree.hpp
===================================================================
--- MOAB/trunk/MBAdaptiveKDTree.hpp 2008-05-13 17:44:25 UTC (rev 1807)
+++ MOAB/trunk/MBAdaptiveKDTree.hpp 2008-05-14 16:44:41 UTC (rev 1808)
@@ -57,7 +57,7 @@
bool left_side( const double point[3] ) {
return point[norm] < coord;
}
- /** return true if point is abve/to the right of the split plane */
+ /** return true if point is above/to the right of the split plane */
bool right_side( const double point[3] ) {
return point[norm] > coord;
}
More information about the moab-dev
mailing list