[cig-commits] r22117 - in short/3D/PyLith/trunk: libsrc/pylith/topology tests/2d/slipdir

brad at geodynamics.org brad at geodynamics.org
Mon May 20 15:33:13 PDT 2013


Author: brad
Date: 2013-05-20 15:33:13 -0700 (Mon, 20 May 2013)
New Revision: 22117

Modified:
   short/3D/PyLith/trunk/libsrc/pylith/topology/Field.cc
   short/3D/PyLith/trunk/tests/2d/slipdir/pylithapp.cfg
Log:
Cleanup.

Modified: short/3D/PyLith/trunk/libsrc/pylith/topology/Field.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/pylith/topology/Field.cc	2013-05-20 22:05:37 UTC (rev 22116)
+++ short/3D/PyLith/trunk/libsrc/pylith/topology/Field.cc	2013-05-20 22:33:13 UTC (rev 22117)
@@ -1122,7 +1122,7 @@
 //  PETSc vector view of the field.
 void
 pylith::topology::Field::scatterSectionToVector(const PetscVec vector,
-							   const char* context) const
+						const char* context) const
 { // scatterSectionToVector
   PYLITH_METHOD_BEGIN;
 

Modified: short/3D/PyLith/trunk/tests/2d/slipdir/pylithapp.cfg
===================================================================
--- short/3D/PyLith/trunk/tests/2d/slipdir/pylithapp.cfg	2013-05-20 22:05:37 UTC (rev 22116)
+++ short/3D/PyLith/trunk/tests/2d/slipdir/pylithapp.cfg	2013-05-20 22:33:13 UTC (rev 22117)
@@ -104,7 +104,7 @@
 
 ksp_monitor = true
 #ksp_view = true
-log_summary = true
+#log_summary = true
 
 
 # ----------------------------------------------------------------------



More information about the CIG-COMMITS mailing list