[cig-commits] r16665 - short/3D/PyLith/trunk/libsrc/problems

brad at geodynamics.org brad at geodynamics.org
Thu May 6 16:47:13 PDT 2010


Author: brad
Date: 2010-05-06 16:47:13 -0700 (Thu, 06 May 2010)
New Revision: 16665

Modified:
   short/3D/PyLith/trunk/libsrc/problems/SolverNonlinear.cc
Log:
Updated name of PETSc line serach header file.

Modified: short/3D/PyLith/trunk/libsrc/problems/SolverNonlinear.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/problems/SolverNonlinear.cc	2010-05-06 20:40:44 UTC (rev 16664)
+++ short/3D/PyLith/trunk/libsrc/problems/SolverNonlinear.cc	2010-05-06 23:47:13 UTC (rev 16665)
@@ -28,7 +28,7 @@
 #define isnan std::isnan // TEMPORARY
 #define isinf std::isinf // TEMPORARY
 
-#include "../src/snes/impls/ls/ls.h"
+#include "../src/snes/impls/ls/lsimpl.h"
 
 // ----------------------------------------------------------------------
 // Constructor



More information about the CIG-COMMITS mailing list