[MOAB-dev] r5947 - MOAB/trunk/src/moab
tautges at mcs.anl.gov
tautges at mcs.anl.gov
Mon Jan 21 09:34:05 CST 2013
Author: tautges
Date: 2013-01-21 09:34:05 -0600 (Mon, 21 Jan 2013)
New Revision: 5947
Modified:
MOAB/trunk/src/moab/Core.hpp
Log:
Correct a comment in tag_get_handle function.
Modified: MOAB/trunk/src/moab/Core.hpp
===================================================================
--- MOAB/trunk/src/moab/Core.hpp 2013-01-21 10:57:56 UTC (rev 5946)
+++ MOAB/trunk/src/moab/Core.hpp 2013-01-21 15:34:05 UTC (rev 5947)
@@ -650,7 +650,7 @@
*\return - \c MB_TAG_ALREADY_ALLOCATED if tag exists and \c MB_TAG_EXCL is specified
* - \c MB_TAG_NOT_FOUND if tag does not exist and \c MB_TAG_CREAT is not specified
* - \c MB_INVALID_SIZE if tag value size is not a multiple of
- * the size of the data type (and \c mb_TAG_COUNT not specified).
+ * the size of the data type (and \c MB_TAG_ANY not specified).
* - \c MB_TYPE_OUT_OF_RANGE invalid or inconsistent parameter
* - \c MB_VARIABLE_DATA_LENGTH if \c MB_TAG_VARLEN and \c default_value is non-null and
* \c default_value_size is not specified.
More information about the moab-dev
mailing list