[cig-commits] r11603 - short/3D/PyLith/trunk/libsrc/meshio

brad at geodynamics.org brad at geodynamics.org
Wed Mar 26 18:02:00 PDT 2008


Author: brad
Date: 2008-03-26 18:01:59 -0700 (Wed, 26 Mar 2008)
New Revision: 11603

Modified:
   short/3D/PyLith/trunk/libsrc/meshio/DataWriterVTK.cc
Log:
Removed debugging info.

Modified: short/3D/PyLith/trunk/libsrc/meshio/DataWriterVTK.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/meshio/DataWriterVTK.cc	2008-03-27 00:27:30 UTC (rev 11602)
+++ short/3D/PyLith/trunk/libsrc/meshio/DataWriterVTK.cc	2008-03-27 01:01:59 UTC (rev 11603)
@@ -152,9 +152,6 @@
     assert(!vertices.isNull());
     int rank = 0;
     MPI_Comm_rank(PETSC_COMM_WORLD, &rank);
-    std::cout << "Proc: " << rank
-	      << ", # vertices: " << vertices->size() 
-	      << std::endl;
 
     const std::string labelName = 
       (mesh->hasLabel("censored depth")) ? "censored depth" : "depth";
@@ -217,9 +214,6 @@
     assert(!cells.isNull());
     int rank = 0;
     MPI_Comm_rank(PETSC_COMM_WORLD, &rank);
-    std::cout << "Proc: " << rank
-	      << ", # cells: " << cells->size() 
-	      << std::endl;
 
     // Correctly handle boundary and fault meshes
     //   Cannot just use mesh->depth() because boundaries report the wrong thing



More information about the cig-commits mailing list