[cig-commits] r21458 - short/3D/PyLith/trunk/unittests/libtests/bc

brad at geodynamics.org brad at geodynamics.org
Wed Mar 6 16:51:35 PST 2013


Author: brad
Date: 2013-03-06 16:51:35 -0800 (Wed, 06 Mar 2013)
New Revision: 21458

Modified:
   short/3D/PyLith/trunk/unittests/libtests/bc/TestAbsorbingDampers.cc
Log:
Added scales to unit tests for DirichletDB. Code cleanup.

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestAbsorbingDampers.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestAbsorbingDampers.cc	2013-03-07 00:50:06 UTC (rev 21457)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestAbsorbingDampers.cc	2013-03-07 00:51:35 UTC (rev 21458)
@@ -355,7 +355,7 @@
   PetscSection jacobianSection = jacobian.petscSection();
   PetscVec jacobianVec = jacobian.localVector();
   PetscScalar *vals;
-  PetscInt     size;
+  PetscInt size;
 
   CPPUNIT_ASSERT(jacobianSection);CPPUNIT_ASSERT(jacobianVec);
   err = PetscSectionGetStorageSize(jacobianSection, &size);CHECK_PETSC_ERROR(err);



More information about the CIG-COMMITS mailing list