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

brad at geodynamics.org brad at geodynamics.org
Tue Feb 22 12:47:56 PST 2011


Author: brad
Date: 2011-02-22 12:47:56 -0800 (Tue, 22 Feb 2011)
New Revision: 17942

Modified:
   cs/autoconf/trunk/cit_petsc.m4
Log:
Fixed mesh test.

Modified: cs/autoconf/trunk/cit_petsc.m4
===================================================================
--- cs/autoconf/trunk/cit_petsc.m4	2011-02-22 20:44:35 UTC (rev 17941)
+++ cs/autoconf/trunk/cit_petsc.m4	2011-02-22 20:47:56 UTC (rev 17942)
@@ -367,7 +367,7 @@
 #include <petscmesh.h>
 ]], [[
     const int dim = 3;
-    ALE::Mesh mesh(PETSC_COMM_WORLD, dim);
+    ALE::Mesh<int,double> mesh(PETSC_COMM_WORLD, dim);
 ]]), [
     AC_MSG_RESULT(yes)
 ], [



More information about the CIG-COMMITS mailing list