From: Timo Heister Date: Tue, 7 Jan 2020 03:04:19 +0000 (-0500) Subject: config.h: remove old p4est version logic X-Git-Tag: v9.2.0-rc1~733^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9239%2Fhead;p=dealii.git config.h: remove old p4est version logic --- diff --git a/include/deal.II/base/config.h.in b/include/deal.II/base/config.h.in index 52b91155b1..9f09de685e 100644 --- a/include/deal.II/base/config.h.in +++ b/include/deal.II/base/config.h.in @@ -230,17 +230,6 @@ DEAL_II_P4EST_VERSION_PATCH) \ >= \ (major)*1000000 + (minor)*10000 + (subminor)*100 + (patch)) -#else - // p4est up to 0.3.4.1 didn't define P4EST_VERSION_*. since - // we didn't supports anything before 0.3.4, we assume 0.3.4 - // This means that we can't use the new features in 0.3.4.1 -# define DEAL_II_P4EST_VERSION_GTE(major,minor,subminor,patch) \ - ((0 * 1000000 + \ - 3 * 10000 + \ - 4 * 100 + \ - 0) \ - >= \ - (major)*1000000 + (minor)*10000 + (subminor)*100 + (patch)) #endif /*