[cig-commits] r4550 - in short/3D/PyLith/trunk/pylith: . meshio

baagaard at geodynamics.org baagaard at geodynamics.org
Thu Sep 14 20:11:33 PDT 2006


Author: baagaard
Date: 2006-09-14 20:11:32 -0700 (Thu, 14 Sep 2006)
New Revision: 4550

Modified:
   short/3D/PyLith/trunk/pylith/Makefile.am
   short/3D/PyLith/trunk/pylith/meshio/__init__.py
Log:
Added missing python files (mainly meshio).

Modified: short/3D/PyLith/trunk/pylith/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/pylith/Makefile.am	2006-09-15 02:32:57 UTC (rev 4549)
+++ short/3D/PyLith/trunk/pylith/Makefile.am	2006-09-15 03:11:32 UTC (rev 4550)
@@ -23,6 +23,9 @@
 	materials/Homogeneous.py \
 	materials/Material.py \
 	materials/MaterialsBin.py \
+	meshio/MeshIO.py \
+	meshio/MeshIOAscii.py \
+	meshio/__init__.py \
 	problems/__init__.py \
 	problems/Dynamic.py \
 	problems/Problem.py \
@@ -34,6 +37,7 @@
 	topology/__init__.py \
 	topology/Mesh.py \
 	topology/MeshGenerator.py \
+	topology/MeshImporter.py \
 	utils/__init__.py \
 	utils/importing.py
 

Modified: short/3D/PyLith/trunk/pylith/meshio/__init__.py
===================================================================
--- short/3D/PyLith/trunk/pylith/meshio/__init__.py	2006-09-15 02:32:57 UTC (rev 4549)
+++ short/3D/PyLith/trunk/pylith/meshio/__init__.py	2006-09-15 03:11:32 UTC (rev 4550)
@@ -13,7 +13,8 @@
 ## @file pylith/meshio___init__.py
 ## @brief Python meshio PyLith module initialization
 
-all = ['MeshIO']
+all = ['MeshIO',
+       'MeshIOAscii']
 
 # version
 __id__ = "$Id$"



More information about the cig-commits mailing list