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

brad at geodynamics.org brad at geodynamics.org
Mon Aug 15 16:00:06 PDT 2011


Author: brad
Date: 2011-08-15 16:00:06 -0700 (Mon, 15 Aug 2011)
New Revision: 18829

Modified:
   short/3D/PyLith/branches/v1.6-stable/pylith/materials/Material.py
Log:
Fixed order of arguments in error message.

Modified: short/3D/PyLith/branches/v1.6-stable/pylith/materials/Material.py
===================================================================
--- short/3D/PyLith/branches/v1.6-stable/pylith/materials/Material.py	2011-08-15 19:02:08 UTC (rev 18828)
+++ short/3D/PyLith/branches/v1.6-stable/pylith/materials/Material.py	2011-08-15 23:00:06 UTC (rev 18829)
@@ -150,8 +150,9 @@
               "    number of corners: %d" % \
               (self.label(),
                self.quadrature.cellDim(), self.quadrature.spaceDim(),
+               self.quadrature.cell.numCorners, 
                self.mesh.dimension(), self.mesh.coordsys().spaceDim(),
-               self.quadrature.cell.numCorners, self.mesh.coneSize())
+               self.mesh.coneSize())
     self._eventLogger.eventEnd(logEvent)
     return
   



More information about the CIG-COMMITS mailing list