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

kraftche at cae.wisc.edu kraftche at cae.wisc.edu
Wed May 25 18:08:27 CDT 2011


Author: kraftche
Date: 2011-05-25 18:08:24 -0500 (Wed, 25 May 2011)
New Revision: 4881

Modified:
   MOAB/trunk/src/moab/Interface.hpp
Log:
document return value for tag_get_size called for a variable length tag

Modified: MOAB/trunk/src/moab/Interface.hpp
===================================================================
--- MOAB/trunk/src/moab/Interface.hpp	2011-05-25 23:07:35 UTC (rev 4880)
+++ MOAB/trunk/src/moab/Interface.hpp	2011-05-25 23:08:24 UTC (rev 4881)
@@ -1279,6 +1279,9 @@
         bits (MB_TAG_BIT).
         \param tag Handle of the desired tag. 
         \param tag_size Size of the specified tag
+        \return - MB_TAG_NOT_FOUND for invalid tag handles
+                - MB_VARIABLE_DATA_LENGTH for variable-length tags
+                - MB_SUCCESS otherwise
     */ 
   virtual ErrorCode tag_get_size(const Tag tag, int &tag_size) const = 0;
 







































More information about the moab-dev mailing list