[cig-commits] r19865 - short/3D/PyLith/branches/v1.7-trunk/libsrc/pylith/problems

willic3 at geodynamics.org willic3 at geodynamics.org
Sun Mar 25 19:42:36 PDT 2012


Author: willic3
Date: 2012-03-25 19:42:36 -0700 (Sun, 25 Mar 2012)
New Revision: 19865

Modified:
   short/3D/PyLith/branches/v1.7-trunk/libsrc/pylith/problems/SolverNonlinear.cc
Log:
Changed petsc include directory from private to petsc-private, since it
appears the name must have changed in petsc-dev.



Modified: short/3D/PyLith/branches/v1.7-trunk/libsrc/pylith/problems/SolverNonlinear.cc
===================================================================
--- short/3D/PyLith/branches/v1.7-trunk/libsrc/pylith/problems/SolverNonlinear.cc	2012-03-25 15:54:40 UTC (rev 19864)
+++ short/3D/PyLith/branches/v1.7-trunk/libsrc/pylith/problems/SolverNonlinear.cc	2012-03-26 02:42:36 UTC (rev 19865)
@@ -37,8 +37,8 @@
 
 // Customized line search based on PETSc code in
 // src/snes/linesearch/bt/linesearchbt.c.
-#include <private/snesimpl.h>
-#include <private/linesearchimpl.h>
+#include <petsc-private/snesimpl.h>
+#include <petsc-private/linesearchimpl.h>
 
 typedef enum {
   SNES_LINESEARCH_BT_QUADRATIC, 



More information about the CIG-COMMITS mailing list