[cig-commits] r17970 - short/3D/PyLith/branches/v1.5-stable/libsrc/problems

brad at geodynamics.org brad at geodynamics.org
Thu Feb 24 08:51:14 PST 2011


Author: brad
Date: 2011-02-24 08:51:14 -0800 (Thu, 24 Feb 2011)
New Revision: 17970

Modified:
   short/3D/PyLith/branches/v1.5-stable/libsrc/problems/SolverNonlinear.cc
Log:
Added FUNCT define for lineSearch.

Modified: short/3D/PyLith/branches/v1.5-stable/libsrc/problems/SolverNonlinear.cc
===================================================================
--- short/3D/PyLith/branches/v1.5-stable/libsrc/problems/SolverNonlinear.cc	2011-02-24 10:24:39 UTC (rev 17969)
+++ short/3D/PyLith/branches/v1.5-stable/libsrc/problems/SolverNonlinear.cc	2011-02-24 16:51:14 UTC (rev 17970)
@@ -171,6 +171,8 @@
 
 // ----------------------------------------------------------------------
 // Generic C interface for customized PETSc line search.
+#undef __FUNCT__
+#define __FUNCT__ "lineSearch"
 PetscErrorCode
 pylith::problems::SolverNonlinear::lineSearch(PetscSNES snes,
 					      void *lsctx,



More information about the CIG-COMMITS mailing list