[cig-commits] r8187 - short/3D/PyLith/trunk/pylith/solver

brad at geodynamics.org brad at geodynamics.org
Sat Oct 27 11:22:10 PDT 2007


Author: brad
Date: 2007-10-27 11:22:10 -0700 (Sat, 27 Oct 2007)
New Revision: 8187

Modified:
   short/3D/PyLith/trunk/pylith/solver/SolverNonlinear.py
Log:
Fixed typo in factory function.

Modified: short/3D/PyLith/trunk/pylith/solver/SolverNonlinear.py
===================================================================
--- short/3D/PyLith/trunk/pylith/solver/SolverNonlinear.py	2007-10-27 18:16:37 UTC (rev 8186)
+++ short/3D/PyLith/trunk/pylith/solver/SolverNonlinear.py	2007-10-27 18:22:10 UTC (rev 8187)
@@ -96,7 +96,7 @@
   """
   Factory associated with Solver.
   """
-  return SolverNonliner()
+  return SolverNonlinear()
 
 
 # End of file 



More information about the cig-commits mailing list