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

brad at geodynamics.org brad at geodynamics.org
Thu Oct 11 14:56:35 PDT 2007


Author: brad
Date: 2007-10-11 14:56:34 -0700 (Thu, 11 Oct 2007)
New Revision: 8106

Modified:
   short/3D/PyLith/trunk/pylith/problems/Formulation.py
Log:
Bugfix. Updated Formulation to use writeVertexField instead of writeField.

Modified: short/3D/PyLith/trunk/pylith/problems/Formulation.py
===================================================================
--- short/3D/PyLith/trunk/pylith/problems/Formulation.py	2007-10-11 19:39:30 UTC (rev 8105)
+++ short/3D/PyLith/trunk/pylith/problems/Formulation.py	2007-10-11 21:56:34 UTC (rev 8106)
@@ -204,7 +204,7 @@
     self._debug.log(resourceUsageString())
     field = self.fields.getSolution()
     for output in self.output.bin:
-      output.writeField(t+dt, self._istep, field, self.solnField['label'])
+      output.writeVertexField(t+dt, self._istep, field, self.solnField['label'])
     self._debug.log(resourceUsageString())
     self._istep += 1
     return



More information about the cig-commits mailing list