[cig-commits] r18016 - short/3D/PyLith/trunk/pylith/materials
brad at geodynamics.org
brad at geodynamics.org
Thu Mar 3 10:22:26 PST 2011
Author: brad
Date: 2011-03-03 10:22:26 -0800 (Thu, 03 Mar 2011)
New Revision: 18016
Modified:
short/3D/PyLith/trunk/pylith/materials/Material.py
Log:
Merge from stable.
Modified: short/3D/PyLith/trunk/pylith/materials/Material.py
===================================================================
--- short/3D/PyLith/trunk/pylith/materials/Material.py 2011-03-03 18:22:19 UTC (rev 18015)
+++ short/3D/PyLith/trunk/pylith/materials/Material.py 2011-03-03 18:22:26 UTC (rev 18016)
@@ -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