[MOAB-dev] r3853 - MOAB/trunk/src/moab

kraftche at cae.wisc.edu kraftche at cae.wisc.edu
Wed May 5 18:06:46 CDT 2010


Author: kraftche
Date: 2010-05-05 18:06:46 -0500 (Wed, 05 May 2010)
New Revision: 3853

Modified:
   MOAB/trunk/src/moab/Range.hpp
Log:
fix typo in Range.hpp

Modified: MOAB/trunk/src/moab/Range.hpp
===================================================================
--- MOAB/trunk/src/moab/Range.hpp	2010-05-05 22:01:03 UTC (rev 3852)
+++ MOAB/trunk/src/moab/Range.hpp	2010-05-05 23:06:46 UTC (rev 3853)
@@ -289,7 +289,7 @@
   
   const_iterator lower_bound( EntityHandle val ) const 
     { return lower_bound( begin(), end(), val ); }
-  const_iterator upperbound( EntityHandle val ) const 
+  const_iterator upper_bound( EntityHandle val ) const 
     { return upper_bound( begin(), end(), val ); }
   const_iterator lower_bound( EntityType type ) const;
   const_iterator upper_bound( EntityType type ) const;








































More information about the moab-dev mailing list