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

brad at geodynamics.org brad at geodynamics.org
Tue May 14 17:10:27 PDT 2013


Author: brad
Date: 2013-05-14 17:10:26 -0700 (Tue, 14 May 2013)
New Revision: 22069

Modified:
   short/3D/PyLith/trunk/libsrc/pylith/meshio/DataWriterVTK.cc
Log:
Code cleanup.

Modified: short/3D/PyLith/trunk/libsrc/pylith/meshio/DataWriterVTK.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/pylith/meshio/DataWriterVTK.cc	2013-05-14 23:49:57 UTC (rev 22068)
+++ short/3D/PyLith/trunk/libsrc/pylith/meshio/DataWriterVTK.cc	2013-05-15 00:10:26 UTC (rev 22069)
@@ -248,7 +248,7 @@
   assert(_isOpen && _isOpenTimeStep);
 
   // Could check the field.petscSection() matches the default section from VecGetDM().
-  Vec v = field.localVector();assert(v);
+  PetscVec v = field.localVector();assert(v);
 
   // :KLUDGE: MATT You have a note that this is not fully implemented!
   //



More information about the CIG-COMMITS mailing list