[MOAB-dev] r2943 - MOAB/trunk
    jvporter at wisc.edu 
    jvporter at wisc.edu
       
    Fri Jun 12 17:56:40 CDT 2009
    
    
  
Author: jvporter
Date: 2009-06-12 17:56:39 -0500 (Fri, 12 Jun 2009)
New Revision: 2943
Modified:
   MOAB/trunk/MBCore.cpp
Log:
Add "MB_UNSUPPORTED_OPERATION" to error strings
Modified: MOAB/trunk/MBCore.cpp
===================================================================
--- MOAB/trunk/MBCore.cpp	2009-06-10 00:29:43 UTC (rev 2942)
+++ MOAB/trunk/MBCore.cpp	2009-06-12 22:56:39 UTC (rev 2943)
@@ -91,6 +91,7 @@
   "MB_ALREADY_ALLOCATED",
   "MB_VARIABLE_DATA_LENGTH",
   "MB_INVALID_SIZE",
+  "MB_UNSUPPORTED_OPERATION",
   "MB_FAILURE",
 };
 
    
    
More information about the moab-dev
mailing list