[cig-commits] r16855 - in short/3D/PyLith/trunk/libsrc: meshio problems

brad at geodynamics.org brad at geodynamics.org
Tue Jun 1 14:42:24 PDT 2010


Author: brad
Date: 2010-06-01 14:42:24 -0700 (Tue, 01 Jun 2010)
New Revision: 16855

Modified:
   short/3D/PyLith/trunk/libsrc/meshio/MeshIOCubit.cc
   short/3D/PyLith/trunk/libsrc/problems/Formulation.cc
Log:
Removed superfluous debugging output.

Modified: short/3D/PyLith/trunk/libsrc/meshio/MeshIOCubit.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/meshio/MeshIOCubit.cc	2010-06-01 21:37:19 UTC (rev 16854)
+++ short/3D/PyLith/trunk/libsrc/meshio/MeshIOCubit.cc	2010-06-01 21:42:24 UTC (rev 16855)
@@ -312,7 +312,7 @@
 	throw std::runtime_error(msg.str());
       } // if
       groupNames[i] = buffer;
-      std::cout << "GROUP: '" << groupNames[i] << "'." << std::endl;
+      //std::cout << "GROUP: '" << groupNames[i] << "'." << std::endl;
     } // for
     delete[] buffer; buffer = 0;
     delete[] counts; counts = 0;

Modified: short/3D/PyLith/trunk/libsrc/problems/Formulation.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/problems/Formulation.cc	2010-06-01 21:37:19 UTC (rev 16854)
+++ short/3D/PyLith/trunk/libsrc/problems/Formulation.cc	2010-06-01 21:42:24 UTC (rev 16855)
@@ -353,8 +353,10 @@
     MatAssemblyBegin(_precondMatrix, MAT_FINAL_ASSEMBLY);
     MatAssemblyEnd(_precondMatrix, MAT_FINAL_ASSEMBLY);
 
+#if 0 // debugging
     std::cout << "Preconditioner Matrix" << std::endl;
     MatView(_precondMatrix, PETSC_VIEWER_STDOUT_WORLD);
+#endif
   } // if
 } // reformJacobian
 



More information about the CIG-COMMITS mailing list