[cig-commits] r16510 - short/3D/PyLith/trunk/libsrc/topology

brad at geodynamics.org brad at geodynamics.org
Thu Apr 8 14:28:50 PDT 2010


Author: brad
Date: 2010-04-08 14:28:50 -0700 (Thu, 08 Apr 2010)
New Revision: 16510

Modified:
   short/3D/PyLith/trunk/libsrc/topology/Jacobian.hh
Log:
Fixed include.

Modified: short/3D/PyLith/trunk/libsrc/topology/Jacobian.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/topology/Jacobian.hh	2010-04-08 21:28:37 UTC (rev 16509)
+++ short/3D/PyLith/trunk/libsrc/topology/Jacobian.hh	2010-04-08 21:28:50 UTC (rev 16510)
@@ -25,7 +25,7 @@
 
 #include "pylith/utils/petscfwd.h" // HOLDSA PetscMat
 
-#include <mpi.h> // USES MPI_Comm
+#include <petscmesh.hh> // USES MPI_Comm
 
 #include <string> // USES std::string
 



More information about the CIG-COMMITS mailing list