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

knepley at geodynamics.org knepley at geodynamics.org
Tue Jun 12 05:39:49 PDT 2007


Author: knepley
Date: 2007-06-12 05:39:48 -0700 (Tue, 12 Jun 2007)
New Revision: 7154

Modified:
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4c.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4d.cc
Log:
I think tet cohesive tests are now correct


Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4c.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4c.cc	2007-06-12 12:30:46 UTC (rev 7153)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4c.cc	2007-06-12 12:39:48 UTC (rev 7154)
@@ -57,7 +57,7 @@
 const int pylith::faults::CohesiveDataTet4c::_cells[] = {
   5,  4,  2,  3,
   6,  8,  9,  7,
-  5,  4,  3,  9,  8,  7
+  3,  5,  4,  7, 9,  8
 };
 
 const int pylith::faults::CohesiveDataTet4c::_materialIds[] = {

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4d.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4d.cc	2007-06-12 12:30:46 UTC (rev 7153)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4d.cc	2007-06-12 12:39:48 UTC (rev 7154)
@@ -57,7 +57,7 @@
 const int pylith::faults::CohesiveDataTet4d::_cells[] = {
   3,  2,  4,  5,
   7,  8,  6,  9,
-  3,  5,  4,  7,  9,  8
+  5,  4,  3,  9,  8,  7
 };
 
 const int pylith::faults::CohesiveDataTet4d::_materialIds[] = {



More information about the cig-commits mailing list