[cig-commits] r17112 - short/3D/PyLith/trunk/libsrc/faults

brad at geodynamics.org brad at geodynamics.org
Mon Aug 23 16:52:04 PDT 2010


Author: brad
Date: 2010-08-23 16:52:04 -0700 (Mon, 23 Aug 2010)
New Revision: 17112

Modified:
   short/3D/PyLith/trunk/libsrc/faults/FaultCohesiveDyn.cc
Log:
Do not want slip rate updated when velocities (displacements) are inconsistent with fault slip.

Modified: short/3D/PyLith/trunk/libsrc/faults/FaultCohesiveDyn.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/faults/FaultCohesiveDyn.cc	2010-08-23 23:49:58 UTC (rev 17111)
+++ short/3D/PyLith/trunk/libsrc/faults/FaultCohesiveDyn.cc	2010-08-23 23:52:04 UTC (rev 17112)
@@ -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