[cig-commits] r17156 - short/3D/PyLith/branches/v1.5-stable/libsrc/faults

brad at geodynamics.org brad at geodynamics.org
Mon Aug 30 17:33:05 PDT 2010


Author: brad
Date: 2010-08-30 17:33:04 -0700 (Mon, 30 Aug 2010)
New Revision: 17156

Modified:
   short/3D/PyLith/branches/v1.5-stable/libsrc/faults/FaultCohesiveDyn.cc
Log:
Bugfix (manual merge from trunk). Remove calculating slip rate in lumped calculation before fault slip is enforced.

Modified: short/3D/PyLith/branches/v1.5-stable/libsrc/faults/FaultCohesiveDyn.cc
===================================================================
--- short/3D/PyLith/branches/v1.5-stable/libsrc/faults/FaultCohesiveDyn.cc	2010-08-30 21:08:35 UTC (rev 17155)
+++ short/3D/PyLith/branches/v1.5-stable/libsrc/faults/FaultCohesiveDyn.cc	2010-08-31 00:33:04 UTC (rev 17156)
@@ -652,8 +652,6 @@
   double_array lagrangeTpdtVertex(spaceDim);
   double_array dLagrangeTpdtVertex(spaceDim);
 
-  _updateSlipRate(*fields);
-
   // Update time step in friction (can vary).
   _friction->timeStep(_dt);
 



More information about the CIG-COMMITS mailing list