[cig-commits] r9265 - short/3D/PyLith/trunk/libsrc/meshio

knepley at geodynamics.org knepley at geodynamics.org
Thu Feb 7 06:49:22 PST 2008


Author: knepley
Date: 2008-02-07 06:49:22 -0800 (Thu, 07 Feb 2008)
New Revision: 9265

Modified:
   short/3D/PyLith/trunk/libsrc/meshio/DataWriterVTK.cc
Log:
Fixed vertex output with multiple faults


Modified: short/3D/PyLith/trunk/libsrc/meshio/DataWriterVTK.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/meshio/DataWriterVTK.cc	2008-02-07 01:59:58 UTC (rev 9264)
+++ short/3D/PyLith/trunk/libsrc/meshio/DataWriterVTK.cc	2008-02-07 14:49:22 UTC (rev 9265)
@@ -96,7 +96,7 @@
     if (0 == label)
       err = VTKViewer::writeElements(mesh, _viewer);
     else
-      err = VTKViewer::writeElements(mesh, label, labelId, _viewer);      
+      err = VTKViewer::writeElements(mesh, label, labelId, "censored depth", 0, _viewer);      
     if (err)
       throw std::runtime_error("Could not write topology.");
 



More information about the cig-commits mailing list