[cig-commits] r12410 - short/3D/PyLith/trunk/unittests/libtests/feassemble

brad at geodynamics.org brad at geodynamics.org
Mon Jul 14 10:26:18 PDT 2008


Author: brad
Date: 2008-07-14 10:26:18 -0700 (Mon, 14 Jul 2008)
New Revision: 12410

Modified:
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicit.cc
Log:
Removed superfluous debugging output.

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicit.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicit.cc	2008-07-14 17:22:53 UTC (rev 12409)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicit.cc	2008-07-14 17:26:18 UTC (rev 12410)
@@ -299,7 +299,7 @@
   ALE::ISieveConverter::convertSieve(*s, *sieve, renumbering, false);
   (*mesh)->setSieve(sieve);
   (*mesh)->stratify();
-  std::cout << "Mesh chart: " << (*mesh)->getSieve()->getChart() << std::endl;
+  //std::cout << "Mesh chart: " << (*mesh)->getSieve()->getChart() << std::endl;
   ALE::SieveBuilder<Mesh>::buildCoordinates((*mesh), _data->spaceDim,
 					    _data->vertices);
   const ALE::Obj<Mesh::label_type>& labelMaterials = 



More information about the cig-commits mailing list