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

brad at geodynamics.org brad at geodynamics.org
Mon Mar 14 09:01:46 PDT 2011


Author: brad
Date: 2011-03-14 09:01:45 -0700 (Mon, 14 Mar 2011)
New Revision: 18094

Modified:
   cs/autoconf/trunk/cit_petsc.m4
Log:
Updated Sieve test header file.

Modified: cs/autoconf/trunk/cit_petsc.m4
===================================================================
--- cs/autoconf/trunk/cit_petsc.m4	2011-03-11 21:55:49 UTC (rev 18093)
+++ cs/autoconf/trunk/cit_petsc.m4	2011-03-14 16:01:45 UTC (rev 18094)
@@ -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.h>
+#include <petscmesh.hh>
 ]], [[
     const int dim = 3;
     ALE::Mesh<int,double> mesh(PETSC_COMM_WORLD, dim);



More information about the CIG-COMMITS mailing list