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

brad at geodynamics.org brad at geodynamics.org
Fri Feb 8 14:30:45 PST 2013


Author: brad
Date: 2013-02-08 14:30:45 -0800 (Fri, 08 Feb 2013)
New Revision: 21350

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

Modified: short/3D/PyLith/trunk/libsrc/pylith/faults/CohesiveTopology.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/pylith/faults/CohesiveTopology.cc	2013-02-08 18:16:13 UTC (rev 21349)
+++ short/3D/PyLith/trunk/libsrc/pylith/faults/CohesiveTopology.cc	2013-02-08 22:30:45 UTC (rev 21350)
@@ -1262,7 +1262,6 @@
   err = DMPlexGetHeightStratum(dmFaultMesh, 0, &fcStart, &fcEnd);CHECK_PETSC_ERROR(err);
   assert(convertRenumbering.size() == pEnd-pStart);
   err = PetscMalloc((pEnd-pStart) * sizeof(PetscInt), &renum);CHECK_PETSC_ERROR(err);
-  std::cout << std::endl;
 #if 0
   mesh.sieveMesh()->view("Sieve Mesh");
   err = PetscViewerPushFormat(PETSC_VIEWER_STDOUT_WORLD, PETSC_VIEWER_ASCII_INFO_DETAIL);CHECK_PETSC_ERROR(err);



More information about the CIG-COMMITS mailing list