[cig-commits] r15803 - short/3D/PyLith/branches/pylith-friction/libsrc/faults

brad at geodynamics.org brad at geodynamics.org
Mon Oct 12 14:40:46 PDT 2009


Author: brad
Date: 2009-10-12 14:40:46 -0700 (Mon, 12 Oct 2009)
New Revision: 15803

Modified:
   short/3D/PyLith/branches/pylith-friction/libsrc/faults/FaultCohesiveDynL.cc
Log:
Fixed bug.

Modified: short/3D/PyLith/branches/pylith-friction/libsrc/faults/FaultCohesiveDynL.cc
===================================================================
--- short/3D/PyLith/branches/pylith-friction/libsrc/faults/FaultCohesiveDynL.cc	2009-10-12 21:40:34 UTC (rev 15802)
+++ short/3D/PyLith/branches/pylith-friction/libsrc/faults/FaultCohesiveDynL.cc	2009-10-12 21:40:46 UTC (rev 15803)
@@ -731,6 +731,7 @@
 	      // Limit traction
 	      tractionTpdtVertex[0] = 0.0;
 	    } // else
+	    break;
 	  } // case 1
 	case 2 :
 	  { // case 2
@@ -760,10 +761,12 @@
 	      // Limit traction
 	      tractionTpdtVertex = 0.0;
 	    } // else
+	    break;
 	  } // case 2
 	case 3 :
 	  { // case 3
 	    // ADD STUFF HERE
+	    break;
 	  } // case 3
 	default :
 	  assert(0);



More information about the CIG-COMMITS mailing list