[cgma-dev] r4769 - cgm/trunk/itaps

jvporter at wisc.edu jvporter at wisc.edu
Thu Apr 21 15:22:37 CDT 2011


Author: jvporter
Date: 2011-04-21 15:22:37 -0500 (Thu, 21 Apr 2011)
New Revision: 4769

Modified:
   cgm/trunk/itaps/iBase_f.h
   cgm/trunk/itaps/iGeomError.cc
Log:
Fix a few missing iBase changes


Modified: cgm/trunk/itaps/iBase_f.h
===================================================================
--- cgm/trunk/itaps/iBase_f.h	2011-04-21 20:12:22 UTC (rev 4768)
+++ cgm/trunk/itaps/iBase_f.h	2011-04-21 20:22:37 UTC (rev 4769)
@@ -43,7 +43,6 @@
 
       integer iBase_SUCCESS
       integer iBase_MESH_ALREADY_LOADED
-      integer iBase_NO_MESH_DATA
       integer iBase_FILE_NOT_FOUND
       integer iBase_FILE_WRITE_ERROR
       integer iBase_NIL_ARRAY
@@ -68,28 +67,27 @@
 
       parameter (iBase_SUCCESS = 0)
       parameter (iBase_MESH_ALREADY_LOADED = 1)
-      parameter (iBase_NO_MESH_DATA = 2)
-      parameter (iBase_FILE_NOT_FOUND = 3)
-      parameter (iBase_FILE_WRITE_ERROR = 4)
-      parameter (iBase_NIL_ARRAY = 5)
-      parameter (iBase_BAD_ARRAY_SIZE = 6)
-      parameter (iBase_BAD_ARRAY_DIMENSION = 7)
-      parameter (iBase_INVALID_ENTITY_HANDLE = 8)
-      parameter (iBase_INVALID_ENTITY_COUNT = 9)
-      parameter (iBase_INVALID_ENTITY_TYPE = 10)
-      parameter (iBase_INVALID_ENTITY_TOPOLOGY = 11)
-      parameter (iBase_BAD_TYPE_AND_TOPO = 12)
-      parameter (iBase_ENTITY_CREATION_ERROR = 13)
-      parameter (iBase_INVALID_TAG_HANDLE = 14)
-      parameter (iBase_TAG_NOT_FOUND = 15)
-      parameter (iBase_TAG_ALREADY_EXISTS = 16)
-      parameter (iBase_TAG_IN_USE = 17)
-      parameter (iBase_INVALID_ENTITYSET_HANDLE = 18)
-      parameter (iBase_INVALID_ITERATOR_HANDLE = 19)
-      parameter (iBase_INVALID_ARGUMENT = 20)
-      parameter (iBase_MEMORY_ALLOCATION_FAILED = 21)
-      parameter (iBase_NOT_SUPPORTED = 22)
-      parameter (iBase_FAILURE = 23)
+      parameter (iBase_FILE_NOT_FOUND = 2)
+      parameter (iBase_FILE_WRITE_ERROR = 3)
+      parameter (iBase_NIL_ARRAY = 4)
+      parameter (iBase_BAD_ARRAY_SIZE = 5)
+      parameter (iBase_BAD_ARRAY_DIMENSION = 6)
+      parameter (iBase_INVALID_ENTITY_HANDLE = 7)
+      parameter (iBase_INVALID_ENTITY_COUNT = 8)
+      parameter (iBase_INVALID_ENTITY_TYPE = 9)
+      parameter (iBase_INVALID_ENTITY_TOPOLOGY = 10)
+      parameter (iBase_BAD_TYPE_AND_TOPO = 11)
+      parameter (iBase_ENTITY_CREATION_ERROR = 12)
+      parameter (iBase_INVALID_TAG_HANDLE = 13)
+      parameter (iBase_TAG_NOT_FOUND = 14)


More information about the cgma-dev mailing list