[cig-commits] r5456 - short/3D/lithomop/trunk/lithomop3d/lithomop3d

willic3 at geodynamics.org willic3 at geodynamics.org
Tue Dec 5 07:12:57 PST 2006


Author: willic3
Date: 2006-12-05 07:12:56 -0800 (Tue, 05 Dec 2006)
New Revision: 5456

Modified:
   short/3D/lithomop/trunk/lithomop3d/lithomop3d/Lithomop3d_setup.py
Log:
Added an extra field to ivfamily so we can output material ID rather
than material model, which is much more useful.



Modified: short/3D/lithomop/trunk/lithomop3d/lithomop3d/Lithomop3d_setup.py
===================================================================
--- short/3D/lithomop/trunk/lithomop3d/lithomop3d/Lithomop3d_setup.py	2006-12-05 10:01:09 UTC (rev 5455)
+++ short/3D/lithomop/trunk/lithomop3d/lithomop3d/Lithomop3d_setup.py	2006-12-05 15:12:56 UTC (rev 5456)
@@ -928,7 +928,7 @@
 	self.memorySize += self.numberVolumeElementNodes* \
                            self.numberVolumeElements*self.intSize
         self.pointerToIvfamily = lithomop3d.allocateInt(
-            5*self.numberVolumeElementFamilies)
+            6*self.numberVolumeElementFamilies)
         self.memorySize += 5*self.numberVolumeElementFamilies*self.intSize
 
         self.pointerToIvftmp = lithomop3d.allocateInt(



More information about the cig-commits mailing list