[MOAB-dev] r5174 - MOAB/trunk/itaps/imesh
jvporter at wisc.edu
jvporter at wisc.edu
Wed Sep 28 11:11:09 CDT 2011
Author: jvporter
Date: 2011-09-28 11:11:09 -0500 (Wed, 28 Sep 2011)
New Revision: 5174
Modified:
MOAB/trunk/itaps/imesh/iMesh_extensions.h
Log:
Fix comments for iMesh_getEntSetsByTagsRec
Modified: MOAB/trunk/itaps/imesh/iMesh_extensions.h
===================================================================
--- MOAB/trunk/itaps/imesh/iMesh_extensions.h 2011-09-28 16:10:44 UTC (rev 5173)
+++ MOAB/trunk/itaps/imesh/iMesh_extensions.h 2011-09-28 16:11:09 UTC (rev 5174)
@@ -116,9 +116,9 @@
/*out*/ int* entity_handles_size,
/*out*/ int *err);
- /**\brief Get entity sets with specified type, topology, tag(s) and (optionally) tag value(s)
+ /**\brief Get entity sets with specified tag(s) and (optionally) tag value(s)
*
- * Get entity sets with the specified type, topology, tag(s), and optionally tag value(s).
+ * Get entity sets with the specified tag(s) and optionally tag value(s).
* If tag values pointer is input as zero, entities with specified tag(s) are returned,
* regardless of their value.
* \param instance iMesh instance handle
More information about the moab-dev
mailing list