[cig-commits] r14525 - in short/3D/PyLith/branches/pylith-swig: . pylith/utils

brad at geodynamics.org brad at geodynamics.org
Sat Mar 28 19:23:06 PDT 2009


Author: brad
Date: 2009-03-28 19:23:05 -0700 (Sat, 28 Mar 2009)
New Revision: 14525

Modified:
   short/3D/PyLith/branches/pylith-swig/TODO
   short/3D/PyLith/branches/pylith-swig/pylith/utils/VTKDataReader.py
Log:
Renabled reading VTK files in full-scale tests.

Modified: short/3D/PyLith/branches/pylith-swig/TODO
===================================================================
--- short/3D/PyLith/branches/pylith-swig/TODO	2009-03-29 02:10:21 UTC (rev 14524)
+++ short/3D/PyLith/branches/pylith-swig/TODO	2009-03-29 02:23:05 UTC (rev 14525)
@@ -35,6 +35,10 @@
 
   Add check before calling newSection() when want to enforce at least 1 value.
 
+  Switch Components to PetscComponents.
+  Add _cleanup() to components to deallocate local data structures.
+  Add cleanup() to non-components to deallocate local data structures.
+
 1. Reduce memory use (new labels) [Matt]
 
 2. Nondimensionalize [Brad]

Modified: short/3D/PyLith/branches/pylith-swig/pylith/utils/VTKDataReader.py
===================================================================
--- short/3D/PyLith/branches/pylith-swig/pylith/utils/VTKDataReader.py	2009-03-29 02:10:21 UTC (rev 14524)
+++ short/3D/PyLith/branches/pylith-swig/pylith/utils/VTKDataReader.py	2009-03-29 02:23:05 UTC (rev 14525)
@@ -28,7 +28,6 @@
           "(https://svn.enthought.com/enthought/wiki/MayaVi)"
       print "         in order to enable verification of output."
       has_vtk.flag = False
-  has_vtk.flag = False
   return has_vtk.flag
     
 



More information about the CIG-COMMITS mailing list