[cig-commits] r14443 - short/3D/PyLith/branches/pylith-swig/pylith

brad at geodynamics.org brad at geodynamics.org
Tue Mar 24 21:22:17 PDT 2009


Author: brad
Date: 2009-03-24 21:22:17 -0700 (Tue, 24 Mar 2009)
New Revision: 14443

Modified:
   short/3D/PyLith/branches/pylith-swig/pylith/Makefile.am
Log:
Added missing __init__.py.

Modified: short/3D/PyLith/branches/pylith-swig/pylith/Makefile.am
===================================================================
--- short/3D/PyLith/branches/pylith-swig/pylith/Makefile.am	2009-03-25 01:11:08 UTC (rev 14442)
+++ short/3D/PyLith/branches/pylith-swig/pylith/Makefile.am	2009-03-25 04:22:17 UTC (rev 14443)
@@ -12,6 +12,7 @@
 
 nobase_pkgpyexec_PYTHON = \
 	__init__.py \
+	apps/__init__.py \
 	apps/PyLithApp.py \
 	bc/__init__.py \
 	bc/AbsorbingDampers.py \
@@ -95,6 +96,7 @@
 	topology/Fields.py \
 	topology/SolutionFields.py \
 	topology/Jacobian.py \
+	topology/JacobianViewer.py \
 	topology/MeshGenerator.py \
 	topology/MeshImporter.py \
 	topology/MeshRefiner.py \



More information about the CIG-COMMITS mailing list