[cig-commits] r6990 - short/3D/PyLith/trunk/pylith/problems

brad at geodynamics.org brad at geodynamics.org
Tue May 29 09:24:09 PDT 2007


Author: brad
Date: 2007-05-29 09:24:09 -0700 (Tue, 29 May 2007)
New Revision: 6990

Modified:
   short/3D/PyLith/trunk/pylith/problems/Implicit.py
Log:
Added warning message for missing implementation of adding two sections.

Modified: short/3D/PyLith/trunk/pylith/problems/Implicit.py
===================================================================
--- short/3D/PyLith/trunk/pylith/problems/Implicit.py	2007-05-29 15:19:53 UTC (rev 6989)
+++ short/3D/PyLith/trunk/pylith/problems/Implicit.py	2007-05-29 16:24:09 UTC (rev 6990)
@@ -174,6 +174,7 @@
     # at time t+dt.
 
     # Need a real way to do the operation below.
+    print "MISSING: UPDATING OF DISP"
     # self.dispT = self.dispTBctpdt + self.dispIncr
     self.fields.shiftHistory()
 



More information about the cig-commits mailing list