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

brad at geodynamics.org brad at geodynamics.org
Mon Feb 25 11:56:33 PST 2013


Author: brad
Date: 2013-02-25 11:56:33 -0800 (Mon, 25 Feb 2013)
New Revision: 21388

Modified:
   short/3D/PyLith/trunk/libsrc/pylith/meshio/DataWriterHDF5.cc
Log:
Cleanup location of include.

Modified: short/3D/PyLith/trunk/libsrc/pylith/meshio/DataWriterHDF5.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/pylith/meshio/DataWriterHDF5.cc	2013-02-25 19:56:05 UTC (rev 21387)
+++ short/3D/PyLith/trunk/libsrc/pylith/meshio/DataWriterHDF5.cc	2013-02-25 19:56:33 UTC (rev 21388)
@@ -20,13 +20,12 @@
 
 #include "HDF5.hh" // USES HDF5
 #include "Xdmf.hh" // USES Xdmf
+#include "petscviewerhdf5.h"
 
 #include <cassert> // USES assert()
 #include <sstream> // USES std::ostringstream
 #include <stdexcept> // USES std::runtime_error
 
-#include <petscviewerhdf5.h>
-
 // ----------------------------------------------------------------------
 // Constructor
 template<typename mesh_type, typename field_type>



More information about the CIG-COMMITS mailing list