[MOAB-dev] r3918 - in MOAB/trunk: . MeshFiles MeshFiles/unittest MeshFiles/unittest/io
tautges at mcs.anl.gov
tautges at mcs.anl.gov
Wed May 19 10:59:24 CDT 2010
Author: tautges
Date: 2010-05-19 10:59:24 -0500 (Wed, 19 May 2010)
New Revision: 3918
Added:
MOAB/trunk/MeshFiles/
MOAB/trunk/MeshFiles/Makefile.am
MOAB/trunk/MeshFiles/unittest/
MOAB/trunk/MeshFiles/unittest/Makefile.am
MOAB/trunk/MeshFiles/unittest/io/
MOAB/trunk/MeshFiles/unittest/io/Makefile.am
Log:
Adding MeshFiles directory.
Added: MOAB/trunk/MeshFiles/Makefile.am
===================================================================
--- MOAB/trunk/MeshFiles/Makefile.am (rev 0)
+++ MOAB/trunk/MeshFiles/Makefile.am 2010-05-19 15:59:24 UTC (rev 3918)
@@ -0,0 +1 @@
+SUBDIRS = unittest
Added: MOAB/trunk/MeshFiles/unittest/Makefile.am
===================================================================
--- MOAB/trunk/MeshFiles/unittest/Makefile.am (rev 0)
+++ MOAB/trunk/MeshFiles/unittest/Makefile.am 2010-05-19 15:59:24 UTC (rev 3918)
@@ -0,0 +1,28 @@
+SUBDIRS = io
+
+EXTRA_DIST = 125hex.g \
+ 1hex.g \
+ 1khex.g \
+ 1tet.g \
+ 3k-tri-cube.h5m \
+ 3k-tri-sphere.vtk \
+ 4k-tri-plane.vtk \
+ 4tet.g \
+ 8hex.g \
+ cell1.gen.gz \
+ cell2.gen.gz \
+ mb_big_test.g.gz \
+ mbtest1.g \
+ mbtest2.g \
+ mbtest3.g \
+ test.g \
+ testquad-cyl.g \
+ testquad.g \
+ testtet.g \
+ ptest.cub \
+ 64bricks_512hex.h5m
+
+CLEANFILES = mb_big_test.g \
+ cell1.gen \
+ cell2.gen
+
Added: MOAB/trunk/MeshFiles/unittest/io/Makefile.am
===================================================================
--- MOAB/trunk/MeshFiles/unittest/io/Makefile.am (rev 0)
+++ MOAB/trunk/MeshFiles/unittest/io/Makefile.am 2010-05-19 15:59:24 UTC (rev 3918)
@@ -0,0 +1,13 @@
+EXTRA_DIST = brick_cubit10.1.cub \
+ brick_cubit10.2.cub \
+ brick_cubit10.cub \
+ gmsh2.msh \
+ ho_test.g \
More information about the moab-dev
mailing list