[MOAB-dev] r4573 - MOAB/trunk/itaps/igeom
jvporter at wisc.edu
jvporter at wisc.edu
Thu Mar 10 14:59:32 CST 2011
Author: jvporter
Date: 2011-03-10 14:59:32 -0600 (Thu, 10 Mar 2011)
New Revision: 4573
Modified:
MOAB/trunk/itaps/igeom/iGeom.h
MOAB/trunk/itaps/igeom/iGeom_MOAB.cpp
Log:
Update iGeom.h to match new iMesh.h tagging API
Modified: MOAB/trunk/itaps/igeom/iGeom.h
===================================================================
--- MOAB/trunk/itaps/igeom/iGeom.h 2011-03-10 20:52:12 UTC (rev 4572)
+++ MOAB/trunk/itaps/igeom/iGeom.h 2011-03-10 20:59:32 UTC (rev 4573)
@@ -2819,11 +2819,11 @@
* Get the number of entity sets contained in a set or interface. If
* a set is input which is not the root set, num_hops indicates the
* maximum number of contained sets from entity_set_handle to one of the
- * contained sets, inclusive of the contained set.
+ * contained sets, not inclusive of the contained set.
* \param instance iGeom instance handle
* \param entity_set_handle Entity set being queried
* \param num_hops Maximum hops from entity_set_handle to contained set,
- * inclusive of the contained set
+ * not inclusive of the contained set
* \param num_sets Pointer to the number of sets returned from function
* \param *err Pointer to error type returned from function
*/
@@ -2838,11 +2838,11 @@
* Get the entity sets contained in a set or interface. If
* a set is input which is not the root set, num_hops indicates the
* maximum number of contained sets from entity_set_handle to one of the
- * contained sets, inclusive of the contained set.
+ * contained sets, not inclusive of the contained set.
* \param instance iGeom instance handle
* \param entity_set_handle Entity set being queried
* \param num_hops Maximum hops from entity_set_handle to contained set,
- * inclusive of the contained set
+ * not inclusive of the contained set
* \param *contained_set_handles Pointer to array of set handles returned
* from function
* \param contained_set_handles_allocated Pointer to allocated length of
@@ -3041,12 +3041,12 @@
/**\brief Get the number of child sets linked from a specified set
*
* Get the number of child sets linked from a specified set. If num_hops
- * is non-zero, this represents the maximum hops from entity_set to any
+ * is not -1, this represents the maximum hops from entity_set to any
* child in the count.
* \param instance iGeom instance handle
* \param entity_set Entity set being queried
* \param num_hops Maximum hops from entity_set_handle to child set,
- * inclusive of the child set
+ * not inclusive of the child set
* \param num_child Pointer to number of children returned from function
* \param *err Pointer to error type returned from function
*/
@@ -3059,12 +3059,12 @@
/**\brief Get the number of parent sets linked from a specified set
*
* Get the number of parent sets linked from a specified set. If num_hops
More information about the moab-dev
mailing list