[cig-commits] r14335 - short/3D/PyLith/branches/pylith-swig/modulesrc/feassemble

brad at geodynamics.org brad at geodynamics.org
Mon Mar 16 09:41:21 PDT 2009


Author: brad
Date: 2009-03-16 09:41:21 -0700 (Mon, 16 Mar 2009)
New Revision: 14335

Modified:
   short/3D/PyLith/branches/pylith-swig/modulesrc/feassemble/Integrator.i
Log:
Updated name of method.

Modified: short/3D/PyLith/branches/pylith-swig/modulesrc/feassemble/Integrator.i
===================================================================
--- short/3D/PyLith/branches/pylith-swig/modulesrc/feassemble/Integrator.i	2009-03-16 16:37:31 UTC (rev 14334)
+++ short/3D/PyLith/branches/pylith-swig/modulesrc/feassemble/Integrator.i	2009-03-16 16:41:21 UTC (rev 14335)
@@ -144,8 +144,8 @@
        * @param mesh Finite-element mesh
        */
       virtual
-      void updateState(const double t,
-		       pylith::topology::SolutionFields* const fields);
+      void updateStateVars(const double t,
+			   pylith::topology::SolutionFields* const fields);
 
       /** Verify configuration is acceptable.
        *



More information about the CIG-COMMITS mailing list