[cig-commits] r7156 - short/3D/PyLith/trunk/unittests/libtests/faults/data

brad at geodynamics.org brad at geodynamics.org
Tue Jun 12 08:01:52 PDT 2007


Author: brad
Date: 2007-06-12 08:01:51 -0700 (Tue, 12 Jun 2007)
New Revision: 7156

Modified:
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4Lagrange.cc
Log:
Updated to expected orientation of edges in cohesive cells for quad4 (consistent with edge order in cohesive cells for tri3).

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4Lagrange.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4Lagrange.cc	2007-06-12 15:01:05 UTC (rev 7155)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4Lagrange.cc	2007-06-12 15:01:51 UTC (rev 7156)
@@ -73,7 +73,7 @@
 const int pylith::faults::CohesiveDataQuad4Lagrange::_cells[] = {
   2,  4,  5,  3,
   6,  7, 10,  8,
-  5,  4, 10,  8, 11,  9
+  4,  5,  8, 10,  9, 11
 };
 
 const int pylith::faults::CohesiveDataQuad4Lagrange::_materialIds[] = {



More information about the cig-commits mailing list