[cig-commits] [commit] knepley/upgrade-petsc-interface: Refinement: Fixed test data (ddec17c)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Sun Oct 27 19:50:47 PDT 2013


Repository : ssh://geoshell/pylith

On branch  : knepley/upgrade-petsc-interface
Link       : https://github.com/geodynamics/pylith/compare/11516665d428fb2011474a51003f5a4392254f88...ddec17cceaaa7d5af70422c750708f53308ae6c9

>---------------------------------------------------------------

commit ddec17cceaaa7d5af70422c750708f53308ae6c9
Author: Matthew G. Knepley <knepley at gmail.com>
Date:   Sun Oct 27 21:52:55 2013 -0500

    Refinement: Fixed test data


>---------------------------------------------------------------

ddec17cceaaa7d5af70422c750708f53308ae6c9
 unittests/libtests/topology/data/MeshDataCohesiveHex8Level1.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/unittests/libtests/topology/data/MeshDataCohesiveHex8Level1.cc b/unittests/libtests/topology/data/MeshDataCohesiveHex8Level1.cc
index a0e6e66..398b8de 100644
--- a/unittests/libtests/topology/data/MeshDataCohesiveHex8Level1.cc
+++ b/unittests/libtests/topology/data/MeshDataCohesiveHex8Level1.cc
@@ -45,7 +45,7 @@ const int pylith::topology::MeshDataCohesiveHex8Level1::_matIdSum =
 const int pylith::topology::MeshDataCohesiveHex8Level1::_numGroups = 4;
 
 const int pylith::topology::MeshDataCohesiveHex8Level1::_groupSizes[4] = {
-  3+2+0, 9+12+4, 9+12+4, 9+12+4, // vertices + edges + faces
+  2+0+0, 9+12+4, 9+12+4, 9+12+4, // vertices + edges + faces
 };
 
 const char* pylith::topology::MeshDataCohesiveHex8Level1::_groupNames[4] = {



More information about the CIG-COMMITS mailing list