[cig-commits] r18126 - cs/autoconf/trunk

brad at geodynamics.org brad at geodynamics.org
Tue Mar 22 17:59:17 PDT 2011


Author: brad
Date: 2011-03-22 17:59:17 -0700 (Tue, 22 Mar 2011)
New Revision: 18126

Modified:
   cs/autoconf/trunk/cit_petsc.m4
Log:
Update for change in PETSc Sieve header file names.

Modified: cs/autoconf/trunk/cit_petsc.m4
===================================================================
--- cs/autoconf/trunk/cit_petsc.m4	2011-03-22 22:39:08 UTC (rev 18125)
+++ cs/autoconf/trunk/cit_petsc.m4	2011-03-23 00:59:17 UTC (rev 18126)
@@ -372,7 +372,7 @@
 LIBS="$PETSC_LIB $PETSC_CXX_LIB $LIBS"
 CPPFLAGS="$PETSC_CC_INCLUDES $PETSC_CXX_INCLUDE $CPPFLAGS"
 AC_LINK_IFELSE(AC_LANG_PROGRAM([[
-#include <petscmesh.hh>
+#include <petscdmmesh.hh>
 ]], [[
     const int dim = 3;
     ALE::Mesh<int,double> mesh(PETSC_COMM_WORLD, dim);



More information about the CIG-COMMITS mailing list