[cig-commits] r20849 - short/3D/PyLith/branches/v1.7-trunk/libsrc/pylith/faults

brad at geodynamics.org brad at geodynamics.org
Thu Oct 18 10:08:51 PDT 2012


Author: brad
Date: 2012-10-18 10:08:50 -0700 (Thu, 18 Oct 2012)
New Revision: 20849

Modified:
   short/3D/PyLith/branches/v1.7-trunk/libsrc/pylith/faults/FaultCohesiveLagrange.cc
Log:
Fixed typo.

Modified: short/3D/PyLith/branches/v1.7-trunk/libsrc/pylith/faults/FaultCohesiveLagrange.cc
===================================================================
--- short/3D/PyLith/branches/v1.7-trunk/libsrc/pylith/faults/FaultCohesiveLagrange.cc	2012-10-18 17:04:28 UTC (rev 20848)
+++ short/3D/PyLith/branches/v1.7-trunk/libsrc/pylith/faults/FaultCohesiveLagrange.cc	2012-10-18 17:08:50 UTC (rev 20849)
@@ -1417,7 +1417,7 @@
   } // for
   PetscLogFlops(count * orientationSize * 4);
 
-  if (1 == cohesiveDim && vertices->size() > 0) {
+  if (1 == cohesiveDim) {
     // Default sense of positive slip is left-lateral and
     // fault-opening.
     // 



More information about the CIG-COMMITS mailing list