[cig-commits] r18014 - short/3D/PyLith/branches/v1.5-stable/pylith/materials

brad at geodynamics.org brad at geodynamics.org
Thu Mar 3 10:21:31 PST 2011


Author: brad
Date: 2011-03-03 10:21:31 -0800 (Thu, 03 Mar 2011)
New Revision: 18014

Modified:
   short/3D/PyLith/branches/v1.5-stable/pylith/materials/Material.py
Log:
Removed debugging output.

Modified: short/3D/PyLith/branches/v1.5-stable/pylith/materials/Material.py
===================================================================
--- short/3D/PyLith/branches/v1.5-stable/pylith/materials/Material.py	2011-03-03 17:34:40 UTC (rev 18013)
+++ short/3D/PyLith/branches/v1.5-stable/pylith/materials/Material.py	2011-03-03 18:21:31 UTC (rev 18014)
@@ -125,8 +125,6 @@
     logEvent = "%sverify" % self._loggingPrefix
     self._eventLogger.eventBegin(logEvent)
 
-    print "REFERENCE CELL #corners: ", self.quadrature.cell.numCorners
-    print "MESH #corners: ", self.mesh.coneSize()
     if self.quadrature.cellDim() != self.mesh.dimension() or \
        self.quadrature.spaceDim() != self.mesh.coordsys().spaceDim() or \
        self.quadrature.cell.numCorners != self.mesh.coneSize():



More information about the CIG-COMMITS mailing list