[cig-commits] r4605 - short/3D/PyLith/branches/pylith-0.8/pylith3d/pylith3d

willic3 at geodynamics.org willic3 at geodynamics.org
Mon Sep 25 11:45:31 PDT 2006


Author: willic3
Date: 2006-09-25 11:45:30 -0700 (Mon, 25 Sep 2006)
New Revision: 4605

Modified:
   short/3D/PyLith/branches/pylith-0.8/pylith3d/pylith3d/Pylith3d_setup.py
Log:
Fixed naming for surface integration info array.


Modified: short/3D/PyLith/branches/pylith-0.8/pylith3d/pylith3d/Pylith3d_setup.py
===================================================================
--- short/3D/PyLith/branches/pylith-0.8/pylith3d/pylith3d/Pylith3d_setup.py	2006-09-25 18:41:32 UTC (rev 4604)
+++ short/3D/PyLith/branches/pylith-0.8/pylith3d/pylith3d/Pylith3d_setup.py	2006-09-25 18:45:30 UTC (rev 4605)
@@ -350,7 +350,7 @@
 
         # Surface element type information
         self.elementTypeInfo2d = [0, 0, 0, 0]
-        self.pointerToListArrayNtraction = None
+        self.pointerToListArrayElementTypeInfo2d = None
         self.pointerToSh2d = None
         self.pointerToGauss2d = None
         self.numberSurfaceElementNodes = 0
@@ -442,7 +442,7 @@
 	self.connectivitySize = self.numberVolumeElements*self.numberVolumeElementNodes
         self.pointerToListArrayElementTypeInfo = pylith3d.intListToArray(
             self.elementTypeInfo)
-        self.pointerToListArrayNtraction = pylith3d.intListToArray(
+        self.pointerToListArrayElementTypeInfo2d = pylith3d.intListToArray(
             self.elementTypeInfo2d)
 	self.memorySize += 8*self.intSize
 



More information about the cig-commits mailing list