[cig-commits] r22763 - in short/3D/PyLith/trunk/unittests/libtests: meshio topology

brad at geodynamics.org brad at geodynamics.org
Tue Sep 3 14:25:26 PDT 2013


Author: brad
Date: 2013-09-03 14:25:25 -0700 (Tue, 03 Sep 2013)
New Revision: 22763

Modified:
   short/3D/PyLith/trunk/unittests/libtests/meshio/TestMeshIO.cc
   short/3D/PyLith/trunk/unittests/libtests/topology/TestRefineUniform.cc
Log:
Removed some unused variables.

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/TestMeshIO.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/TestMeshIO.cc	2013-09-03 20:19:47 UTC (rev 22762)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/TestMeshIO.cc	2013-09-03 21:25:25 UTC (rev 22763)
@@ -187,8 +187,6 @@
 
   CPPUNIT_ASSERT_EQUAL(data.numCells, numCells);
   const int offset = numCells;
-  const PetscInt* cone = NULL;
-  PetscInt coneSize = 0;
   PetscErrorCode err = 0;
   for(PetscInt c = cStart, index = 0; c < cEnd; ++c) {
     PetscInt *closure = PETSC_NULL;

Modified: short/3D/PyLith/trunk/unittests/libtests/topology/TestRefineUniform.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/topology/TestRefineUniform.cc	2013-09-03 20:19:47 UTC (rev 22762)
+++ short/3D/PyLith/trunk/unittests/libtests/topology/TestRefineUniform.cc	2013-09-03 21:25:25 UTC (rev 22763)
@@ -280,8 +280,6 @@
 
   CPPUNIT_ASSERT_EQUAL(data.numCells+data.numCellsCohesive, numCells);
   const int offset = numCells;
-  const PetscInt* cone = NULL;
-  PetscInt coneSize = 0;
   PetscErrorCode err = 0;
 
   // Normal cells



More information about the CIG-COMMITS mailing list