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

willic3 at geodynamics.org willic3 at geodynamics.org
Thu Nov 16 13:08:59 PST 2006


Author: willic3
Date: 2006-11-16 13:08:59 -0800 (Thu, 16 Nov 2006)
New Revision: 5305

Modified:
   short/3D/PyLith/branches/pylith-0.8/pylith3d/pylith3d/Pylith3d_scan.py
Log:
Increased maximum number of state variables for a model to 30.



Modified: short/3D/PyLith/branches/pylith-0.8/pylith3d/pylith3d/Pylith3d_scan.py
===================================================================
--- short/3D/PyLith/branches/pylith-0.8/pylith3d/pylith3d/Pylith3d_scan.py	2006-11-16 21:08:22 UTC (rev 5304)
+++ short/3D/PyLith/branches/pylith-0.8/pylith3d/pylith3d/Pylith3d_scan.py	2006-11-16 21:08:59 UTC (rev 5305)
@@ -366,7 +366,7 @@
 
         # Invariant parameters related to material model
         self._maxMaterialModels = 20
-        self._maxStateVariables = 24
+        self._maxStateVariables = 30
         self._maxState0Variables = 6
         self._pointerToMaterialModelInfo = pylith3d.allocateInt(
             6*self._maxMaterialModels)



More information about the cig-commits mailing list