[cig-commits] r12985 - short/3D/PyLith/trunk/modulesrc/faults

brad at geodynamics.org brad at geodynamics.org
Thu Oct 2 17:23:22 PDT 2008


Author: brad
Date: 2008-10-02 17:23:22 -0700 (Thu, 02 Oct 2008)
New Revision: 12985

Modified:
   short/3D/PyLith/trunk/modulesrc/faults/faults.pyxe.src
Log:
Fixed typo in method name.

Modified: short/3D/PyLith/trunk/modulesrc/faults/faults.pyxe.src
===================================================================
--- short/3D/PyLith/trunk/modulesrc/faults/faults.pyxe.src	2008-10-03 00:18:00 UTC (rev 12984)
+++ short/3D/PyLith/trunk/modulesrc/faults/faults.pyxe.src	2008-10-03 00:23:22 UTC (rev 12985)
@@ -602,7 +602,7 @@
     return
 
 
-  def integrateJacobianAssenbked(self, mat, t, fields, mesh):
+  def integrateJacobianAssembled(self, mat, t, fields, mesh):
     """
     Compute contributions to Jacobian matrix (A) associated with
     operator that do not require assembly over cells, vertices, or



More information about the cig-commits mailing list