[cig-commits] r21924 - short/3D/PyLith/trunk/libsrc/pylith/faults

knepley at geodynamics.org knepley at geodynamics.org
Wed Apr 24 09:31:45 PDT 2013


Author: knepley
Date: 2013-04-24 09:31:44 -0700 (Wed, 24 Apr 2013)
New Revision: 21924

Modified:
   short/3D/PyLith/trunk/libsrc/pylith/faults/CohesiveTopology.cc
Log:
Removed debugging print

Modified: short/3D/PyLith/trunk/libsrc/pylith/faults/CohesiveTopology.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/pylith/faults/CohesiveTopology.cc	2013-04-23 20:44:03 UTC (rev 21923)
+++ short/3D/PyLith/trunk/libsrc/pylith/faults/CohesiveTopology.cc	2013-04-24 16:31:44 UTC (rev 21924)
@@ -179,7 +179,6 @@
       err = DMLabelSetValue(subpointMap, renum[p], 0);CHECK_PETSC_ERROR(err);
     }
     err = PetscFree(renum);CHECK_PETSC_ERROR(err);
-    err = DMLabelView(subpointMap, PETSC_VIEWER_STDOUT_WORLD);CHECK_PETSC_ERROR(err);
     err = DMPlexSetSubpointMap(faultDMMesh, subpointMap);CHECK_PETSC_ERROR(err);
     err = DMLabelDestroy(&subpointMap);CHECK_PETSC_ERROR(err);
     frenumbering.clear();



More information about the CIG-COMMITS mailing list