]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Minor bug fix
authorToby D. Young <tyoung@ippt.pan.pl>
Thu, 8 Sep 2011 09:13:53 +0000 (09:13 +0000)
committerToby D. Young <tyoung@ippt.pan.pl>
Thu, 8 Sep 2011 09:13:53 +0000 (09:13 +0000)
git-svn-id: https://svn.dealii.org/trunk@24287 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/aclocal.m4
deal.II/configure.in
deal.II/include/deal.II/base/config.h.in

index 3506a2f6b7c6b0aa43580364ec2b5db4f251b29a..dbffa04e2f66c72f75f7640a9c6f686f52991df2 100644 (file)
@@ -5785,10 +5785,10 @@ AC_DEFUN(DEAL_II_CONFIGURE_PETSC_VERSION, dnl
   if test "$PETSC_RELEASE" = "0" ; then
     PETSC_VERSION+="-dev"
     DEAL_II_PETSC_VERSION_DEV=yes
-    AC_DEFINE([DEAL_II_USE_PETSC_VERSION_DEV], [1],
+    AC_DEFINE([DEAL_II_USE_PETSC_DEV], [1],
               [Defined if a PETSc installation was found and is not a release])
   else
-    DEAL_II_USE_PETSC_VERSION_DEV=no
+    DEAL_II_PETSC_VERSION_DEV=no
   fi
 
   AC_MSG_RESULT($PETSC_VERSION)
index 5c19ff94779c66bba1445d44ee0fe42d1e66e57f..ba4e1b90c945ae9d8d028d04d4aba0a9e07ab927 100644 (file)
@@ -851,7 +851,7 @@ AH_BOTTOM(
     (major)*10000 + (minor)*100 + (subminor))
 
 #define DEAL_II_PETSC_VERSION_DEV() \
-  (DEAL_II_USE_PETSC_VERSION_DEV)
+  (DEAL_II_USE_PETSC_DEV)
 
 #include <deal.II/base/numbers.h>
 #include <deal.II/base/types.h>
index ec612a1c5f048629370f3881f23febbe90d6112a..72a9cda704eace1206480e63dae371a0e354368e 100644 (file)
 #undef DEAL_II_USE_PETSC_COMPLEX
 
 /* Defined if a PETSc installation was found and is not a release */
-#undef DEAL_II_USE_PETSC_VERSION_DEV
+#undef DEAL_II_USE_PETSC_DEV
 
 /* Defined if a SLEPc installation was found and is going to be used */
 #undef DEAL_II_USE_SLEPC
     (major)*10000 + (minor)*100 + (subminor))
 
 #define DEAL_II_PETSC_VERSION_DEV() \
-  (DEAL_II_USE_PETSC_VERSION_DEV)
+  (DEAL_II_USE_PETSC_DEV)
 
 #include <deal.II/base/numbers.h>
 #include <deal.II/base/types.h>

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.