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)
(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>
#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