]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Document macro DEAL_II_VERSION_GTE 13356/head
authorNiklas Fehn <fehn@lnm.mw.tum.de>
Thu, 10 Feb 2022 10:15:37 +0000 (11:15 +0100)
committerNiklas Fehn <fehn@lnm.mw.tum.de>
Thu, 10 Feb 2022 10:15:37 +0000 (11:15 +0100)
include/deal.II/base/config.h.in

index 89e2dc3552a908b32800f07e1f0e973e8328e3c8..0161a360435abab92c1f236edfee1f8f7292b040 100644 (file)
  * deal.II:
  */
 
+/**
+ * Returns true if the used deal.II version is greater or equal than the 
+ * version specified by the three arguments. The internal implementation 
+ * assumes that the number of minor and subminor versions is not larger 
+ * than 100.
+ */
 #define DEAL_II_VERSION_GTE(major,minor,subminor) \
  ((DEAL_II_VERSION_MAJOR * 10000 + \
     DEAL_II_VERSION_MINOR * 100 + \

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.