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

brad at geodynamics.org brad at geodynamics.org
Wed Jun 13 09:19:02 PDT 2007


Author: brad
Date: 2007-06-13 09:19:02 -0700 (Wed, 13 Jun 2007)
New Revision: 7200

Modified:
   short/3D/PyLith/trunk/libsrc/meshio/SolutionIOVTK.cc
Log:
Removed superfluous debugging dump from VTK output routine.

Modified: short/3D/PyLith/trunk/libsrc/meshio/SolutionIOVTK.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/meshio/SolutionIOVTK.cc	2007-06-13 16:14:59 UTC (rev 7199)
+++ short/3D/PyLith/trunk/libsrc/meshio/SolutionIOVTK.cc	2007-06-13 16:19:02 UTC (rev 7200)
@@ -136,7 +136,6 @@
     buffer.str("");
     buffer << name << "_t" << t;
 
-    field->view("");
     err = SectionView_Sieve_Ascii(mesh, field, buffer.str().c_str(), _viewer);
   } catch (const std::exception& err) {
     std::ostringstream msg;



More information about the cig-commits mailing list