]> https://gitweb.dealii.org/ - dealii.git/commitdiff
config.h: remove old p4est version logic 9239/head
authorTimo Heister <timo.heister@gmail.com>
Tue, 7 Jan 2020 03:04:19 +0000 (22:04 -0500)
committerTimo Heister <timo.heister@gmail.com>
Tue, 7 Jan 2020 03:04:46 +0000 (22:04 -0500)
include/deal.II/base/config.h.in

index 52b91155b15e8126472bdcb80e1425f0b26da561..9f09de685e1da80881299f0c7ffbe61767b043c4 100644 (file)
       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
 
 /*

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.