[cig-commits] r15351 - short/3D/PyLith/trunk/pylith/perf

brad at geodynamics.org brad at geodynamics.org
Fri Jun 19 11:15:34 PDT 2009


Author: brad
Date: 2009-06-19 11:15:34 -0700 (Fri, 19 Jun 2009)
New Revision: 15351

Modified:
   short/3D/PyLith/trunk/pylith/perf/Mesh.py
Log:
Removed nonportable Python code.

Modified: short/3D/PyLith/trunk/pylith/perf/Mesh.py
===================================================================
--- short/3D/PyLith/trunk/pylith/perf/Mesh.py	2009-06-19 17:58:56 UTC (rev 15350)
+++ short/3D/PyLith/trunk/pylith/perf/Mesh.py	2009-06-19 18:15:34 UTC (rev 15351)
@@ -40,7 +40,6 @@
     self.initialize()
     return
 
-  @classmethod
   def cellTypeInfo(cls, cellType):
     for k,cT in cls.cellTypes.iteritems():
       if cT == cellType:



More information about the CIG-COMMITS mailing list