[cig-commits] r12339 - short/3D/PyLith/tags/v1.2.0/pylith/bc
brad at geodynamics.org
brad at geodynamics.org
Wed Jun 25 15:14:37 PDT 2008
Author: brad
Date: 2008-06-25 15:14:37 -0700 (Wed, 25 Jun 2008)
New Revision: 12339
Modified:
short/3D/PyLith/tags/v1.2.0/pylith/bc/DirichletBoundary.py
Log:
Fixed name of Dirichlet boundary component.
Modified: short/3D/PyLith/tags/v1.2.0/pylith/bc/DirichletBoundary.py
===================================================================
--- short/3D/PyLith/tags/v1.2.0/pylith/bc/DirichletBoundary.py 2008-06-25 19:16:55 UTC (rev 12338)
+++ short/3D/PyLith/tags/v1.2.0/pylith/bc/DirichletBoundary.py 2008-06-25 22:14:37 UTC (rev 12339)
@@ -92,7 +92,7 @@
# PUBLIC METHODS /////////////////////////////////////////////////////
- def __init__(self, name="dirichletpoints"):
+ def __init__(self, name="dirichletboundary"):
"""
Constructor.
"""
More information about the cig-commits
mailing list