From 27932798e1e8bc86daa46461b680080564efaad7 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Mon, 6 Jan 2020 22:04:19 -0500 Subject: [PATCH] config.h: remove old p4est version logic --- include/deal.II/base/config.h.in | 11 ----------- 1 file changed, 11 deletions(-) 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 /* -- 2.39.5