[cig-commits] [commit] baagaard/add-examples-debugging, maint, next: Small adjustments to errors. (33663fc)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Jun 25 17:19:15 PDT 2014


Repository : https://github.com/geodynamics/pylith

On branches: baagaard/add-examples-debugging,maint,next
Link       : https://github.com/geodynamics/pylith/compare/9e9b3eb32aeee3851bb285945375cc28a2c0fdcf...ffaa715d19b1a8a79173ca5af7d64b65529244c8

>---------------------------------------------------------------

commit 33663fc49f8dff3cd3e846481c0e6023bf968ff3
Author: Brad Aagaard <baagaard at usgs.gov>
Date:   Sun Jun 22 21:36:33 2014 -0700

    Small adjustments to errors.


>---------------------------------------------------------------

33663fc49f8dff3cd3e846481c0e6023bf968ff3
 examples/debugging/step01.cfg | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/debugging/step01.cfg b/examples/debugging/step01.cfg
index 30b2980..7d922b8 100644
--- a/examples/debugging/step01.cfg
+++ b/examples/debugging/step01.cfg
@@ -72,7 +72,7 @@ db_initial.values = [displacement-x, displacement-y, displacement-z]
 db_initial.data = [0.0*m, -1.0*m, 0.0*m]
 
 [pylithapp.timedependent.bc.y_pos]
-bc_dof = [1,2]
+bc_dof = [0,2]
 label = face_ypos
 db_initial = spatialdata.spatialdb.UniformDB
 db_initial.label = Dirichlet BC on +y
@@ -80,7 +80,7 @@ db_initial.values = [displacement-x, displacement-y, displacement-z]
 db_initial.data = [+1.0*m, 0.0*m, 0.0*m]
 
 [pylithapp.timedependent.bc.y_neg]
-bc_dof = [1,2]
+bc_dof = [0,2]
 label = face_yneg
 db_initial = spatialdata.spatialdb.UniformDB
 db_initial.label = Dirichlet BC on -y



More information about the CIG-COMMITS mailing list