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

brad at geodynamics.org brad at geodynamics.org
Fri Aug 27 14:03:14 PDT 2010


Author: brad
Date: 2010-08-27 14:03:14 -0700 (Fri, 27 Aug 2010)
New Revision: 17136

Modified:
   short/3D/PyLith/branches/v1.5-stable/pylith/feassemble/FIATLagrange.py
Log:
Removed debugging print.

Modified: short/3D/PyLith/branches/v1.5-stable/pylith/feassemble/FIATLagrange.py
===================================================================
--- short/3D/PyLith/branches/v1.5-stable/pylith/feassemble/FIATLagrange.py	2010-08-27 21:02:28 UTC (rev 17135)
+++ short/3D/PyLith/branches/v1.5-stable/pylith/feassemble/FIATLagrange.py	2010-08-27 21:03:14 UTC (rev 17136)
@@ -293,8 +293,6 @@
             self.vertices[n][1] = vertices[q]
             self.vertices[n][2] = vertices[r]
             n += 1
-          print "VERTEX ORDER",vertexOrder
-          print "VERTICES",self.vertices
           if not n == self.numCorners:
             raise RuntimeError('Invalid 3-D vertex ordering: '+str(n)+ \
                                ' should be '+str(self.numCorners))



More information about the CIG-COMMITS mailing list