[cig-commits] [commit] knepley/upgrade-petsc-interface: Remove debugging output from reordering tests. (cccfaaa)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Oct 23 09:31:21 PDT 2013


Repository : ssh://geoshell/pylith

On branch  : knepley/upgrade-petsc-interface
Link       : https://github.com/geodynamics/pylith/compare/1a9e20381062fe982e7a47294f8da55ca65c32bd...cccfaaa10734bc0409546669b1d8b30be2cb327a

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

commit cccfaaa10734bc0409546669b1d8b30be2cb327a
Author: Brad Aagaard <baagaard at usgs.gov>
Date:   Wed Oct 23 09:33:20 2013 -0700

    Remove debugging output from reordering tests.


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

cccfaaa10734bc0409546669b1d8b30be2cb327a
 unittests/libtests/topology/TestReverseCuthillMcKee.cc | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/unittests/libtests/topology/TestReverseCuthillMcKee.cc b/unittests/libtests/topology/TestReverseCuthillMcKee.cc
index 9493e0e..276837e 100644
--- a/unittests/libtests/topology/TestReverseCuthillMcKee.cc
+++ b/unittests/libtests/topology/TestReverseCuthillMcKee.cc
@@ -204,19 +204,6 @@ pylith::topology::TestReverseCuthillMcKee::_testReorder(const char* filename,
   PetscErrorCode err;
   err = DMPlexGetNumLabels(dmOrig, &numGroupsE);PYLITH_CHECK_ERROR(err);
   err = DMPlexGetNumLabels(dmMesh, &numGroups);PYLITH_CHECK_ERROR(err);
-  { // DEBUGGING
-    PetscErrorCode err;
-    for (PetscInt iGroup = 0; iGroup < numGroupsE; ++iGroup) {
-      const char *name = NULL;
-      err = DMPlexGetLabelName(dmOrig, iGroup, &name);PYLITH_CHECK_ERROR(err);
-      std::cout << "ORIG Group["<<iGroup<<"]: " << name << std::endl;
-    } // for
-    for (PetscInt iGroup = 0; iGroup < numGroups; ++iGroup) {
-      const char *name = NULL;
-      err = DMPlexGetLabelName(dmMesh, iGroup, &name);PYLITH_CHECK_ERROR(err);
-      std::cout << "REORDER Group["<<iGroup<<"]: " << name << std::endl;
-    } // for
-  } // DEBUGGING
   CPPUNIT_ASSERT_EQUAL(numGroupsE, numGroups);
 
   for (PetscInt iGroup = 0; iGroup < numGroups; ++iGroup) {



More information about the CIG-COMMITS mailing list