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

kraftche at cae.wisc.edu kraftche at cae.wisc.edu
Mon Mar 29 08:11:12 CDT 2010


Author: kraftche
Date: 2010-03-29 08:11:11 -0500 (Mon, 29 Mar 2010)
New Revision: 3719

Modified:
   MOAB/trunk/src/moab/Interface.hpp
Log:
correct comment

Modified: MOAB/trunk/src/moab/Interface.hpp
===================================================================
--- MOAB/trunk/src/moab/Interface.hpp	2010-03-28 02:44:19 UTC (rev 3718)
+++ MOAB/trunk/src/moab/Interface.hpp	2010-03-29 13:11:11 UTC (rev 3719)
@@ -135,7 +135,7 @@
   virtual EntityID id_from_handle(const EntityHandle handle) const =0;
 
     //! Returns the topological dimension of an entity
-    /** Returns the EntityType (ie, MeshVertex, MeshQuad, MeshHex ) of <em>handle</em>.
+    /** Returns the topological dimension of an entity.
         \param handle The EntityHandle you want to find the dimension of.
         \return type The topological dimension of <em>handle</em>. 
 



More information about the moab-dev mailing list