[cig-commits] r20618 - short/3D/PyLith/trunk/libsrc/pylith/faults

brad at geodynamics.org brad at geodynamics.org
Tue Aug 21 16:31:18 PDT 2012


Author: brad
Date: 2012-08-21 16:31:18 -0700 (Tue, 21 Aug 2012)
New Revision: 20618

Modified:
   short/3D/PyLith/trunk/libsrc/pylith/faults/CohesiveTopology.cc
Log:
Fixed name of include header.

Modified: short/3D/PyLith/trunk/libsrc/pylith/faults/CohesiveTopology.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/pylith/faults/CohesiveTopology.cc	2012-08-21 22:51:01 UTC (rev 20617)
+++ short/3D/PyLith/trunk/libsrc/pylith/faults/CohesiveTopology.cc	2012-08-21 23:31:18 UTC (rev 20618)
@@ -28,7 +28,7 @@
 
 #include <cassert> // USES assert()
 
-#include <utils/petscerror.h> // USES CHECK_PETSC_ERROR
+#include "pylith/utils/petscerror.h" // USES CHECK_PETSC_ERROR
 
 extern PetscErrorCode DMComplexGetOrientedFace(DM dm, PetscInt cell, PetscInt faceSize, const PetscInt face[], PetscInt numCorners, PetscInt indices[], PetscInt origVertices[], PetscInt faceVertices[], PetscBool *posOriented);
 



More information about the CIG-COMMITS mailing list