[MOAB-dev] r3189 - MOAB/trunk

kraftche at cae.wisc.edu kraftche at cae.wisc.edu
Thu Oct 1 16:21:16 CDT 2009


Author: kraftche
Date: 2009-10-01 16:21:15 -0500 (Thu, 01 Oct 2009)
New Revision: 3189

Removed:
   MOAB/trunk/ReadWriteDefines.h
Modified:
   MOAB/trunk/Makefile.am
Log:
remove unused file containing data duplicated elsewhere (ExoIIUtil and ExoIIIinterface)

Modified: MOAB/trunk/Makefile.am
===================================================================
--- MOAB/trunk/Makefile.am	2009-10-01 21:18:23 UTC (rev 3188)
+++ MOAB/trunk/Makefile.am	2009-10-01 21:21:15 UTC (rev 3189)
@@ -277,7 +277,6 @@
   MBWriteUtilIface.hpp \
   MBWriterIface.hpp \
   MeshTopoUtil.hpp \
-  ReadWriteDefines.h \
   WriteTemplate.hpp \
   $(MOAB_EXTRA_HDRS)
 

Deleted: MOAB/trunk/ReadWriteDefines.h
===================================================================
--- MOAB/trunk/ReadWriteDefines.h	2009-10-01 21:18:23 UTC (rev 3188)
+++ MOAB/trunk/ReadWriteDefines.h	2009-10-01 21:21:15 UTC (rev 3189)
@@ -1,94 +0,0 @@
-#ifndef READWRITE_DEFINES_HPP
-#define READWRITE_DEFINES_HPP
-
-
-#ifdef WIN32
-#pragma warning(disable : 4786)
-#endif
-
-/* CJS  -- we need to figure out how this fits in the component framework */
-#error "don't include this file"
-
-
-static const char* element_type_names[] =
-{
-  "BAR",
-  "BAR2",
-  "BAR3",
-  "BEAM",
-  "BEAM2",
-  "BEAM3",
-  "TRUSS",
-  "TRUSS2",
-  "TRUSS3",
-  "QUAD",
-  "QUAD4",
-  "QUAD5",
-  "QUAD8",
-  "QUAD9",
-  "SHELL",
-  "SHELL4",
-  "SHELL8",
-  "SHELL9",
-  "TRI",
-  "TRI3",
-  "TRI6",
-  "TRI7",
-  "HEX",
-  "HEX8",
-  "HEX9",
-  "HEX20",
-  "HEX27",
-  "PYRAMID",
-  "TETRA",
-  "TETRA4",
-  "TETRA8",
-  "TETRA10",
-  "TETRA14",
-  "KNIFE",
-  "WEDGE"
-};
-
-
-enum MBElementType 
-{
-  MB_BAR = 0,
-  MB_BAR2,
-  MB_BAR3,
-  MB_BEAM,
-  MB_BEAM2,
-  MB_BEAM3,
-  MB_TRUSS,
-  MB_TRUSS2,
-  MB_TRUSS3,
-  MB_QUAD,
-  MB_QUAD4,
-  MB_QUAD5,
-  MB_QUAD8,
-  MB_QUAD9,
-  MB_SHELL,
-  MB_SHELL4,
-  MB_SHELL8,
-  MB_SHELL9,
-  MB_TRI,
-  MB_TRI3,
-  MB_TRI6,
-  MB_TRI7,
-  MB_HEX,
-  MB_HEX8,
-  MB_HEX9,
-  MB_HEX20,
-  MB_HEX27,
-  MB_PYRAMID,
-  MB_TETRA,
-  MB_TETRA4,
-  MB_TETRA8,
-  MB_TETRA10,
-  MB_TETRA14,
-  MB_KNIFE,
-  MB_WEDGE,
-  MB_MAX_ELEM_TYPE
-};
-
-
-#endif



More information about the moab-dev mailing list