[MOAB-dev] r2810 - MOAB/trunk/tools/iMesh
kraftche at cae.wisc.edu
kraftche at cae.wisc.edu
Fri Apr 10 11:07:50 CDT 2009
Author: kraftche
Date: 2009-04-10 11:07:48 -0500 (Fri, 10 Apr 2009)
New Revision: 2810
Modified:
MOAB/trunk/tools/iMesh/iMesh_MOAB.cpp
Log:
update for error code I added to MOAB
Modified: MOAB/trunk/tools/iMesh/iMesh_MOAB.cpp
===================================================================
--- MOAB/trunk/tools/iMesh/iMesh_MOAB.cpp 2009-04-09 14:37:50 UTC (rev 2809)
+++ MOAB/trunk/tools/iMesh/iMesh_MOAB.cpp 2009-04-10 16:07:48 UTC (rev 2810)
@@ -173,6 +173,7 @@
iBase_TAG_ALREADY_EXISTS, // MB_ALREADY_ALLOCATED,
iBase_FAILURE, // MB_VARIABLE_DATA_LENGTH,
iBase_FAILURE, // MB_INVALID_SIZE,
+ iBase_NOT_SUPPORTED, // MB_UNSUPPORTED_OPERATION,
iBase_FAILURE // MB_FAILURE};
};
More information about the moab-dev
mailing list