From 81896ed761a6f9ee3fb4376c18817804d8add6d9 Mon Sep 17 00:00:00 2001 From: bangerth Date: Thu, 25 Feb 2010 15:46:12 +0000 Subject: [PATCH] Beginner's mistake with macro arguments :-( git-svn-id: https://svn.dealii.org/trunk@20693 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/config.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/base/include/base/config.h.in b/deal.II/base/include/base/config.h.in index e8474650ba..0edb836b90 100644 --- a/deal.II/base/include/base/config.h.in +++ b/deal.II/base/include/base/config.h.in @@ -601,7 +601,7 @@ PETSC_VERSION_MINOR * 100) + \ PETSC_VERSION_SUBMINOR \ >= \ - major*10000 + minor*100 + subminor) + (major)*10000 + (minor)*100 + (subminor)) #include -- 2.39.5