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

brad at geodynamics.org brad at geodynamics.org
Thu Apr 25 12:16:47 PDT 2013


Author: brad
Date: 2013-04-25 12:16:47 -0700 (Thu, 25 Apr 2013)
New Revision: 21946

Modified:
   short/3D/PyLith/trunk/libsrc/pylith/meshio/MeshIO.cc
Log:
Removed debugging output.

Modified: short/3D/PyLith/trunk/libsrc/pylith/meshio/MeshIO.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/pylith/meshio/MeshIO.cc	2013-04-25 18:28:17 UTC (rev 21945)
+++ short/3D/PyLith/trunk/libsrc/pylith/meshio/MeshIO.cc	2013-04-25 19:16:47 UTC (rev 21946)
@@ -533,7 +533,6 @@
     const char* namestr = NULL;
     err = DMPlexGetLabelName(dmMesh, iLabel, &namestr);PYLITH_CHECK_ERROR(err);
     (*names)[iGroup] = namestr;
-    std::cout << "GROUP " << iGroup << ": " << (*names)[iGroup] << std::endl;
   } // for
 
   PYLITH_METHOD_END;



More information about the CIG-COMMITS mailing list