DOpE
Macros
versionscheck.h File Reference

Go to the source code of this file.

Macros

#define DEAL_II_VERSION_LT(major, minor)
 
#define DEAL_II_VERSION_GTE(major, minor, small)
 

Macro Definition Documentation

#define DEAL_II_VERSION_GTE (   major,
  minor,
  small 
)
Value:
(DEAL_II_MAJOR_VERSION * 10000 + \
DEAL_II_MINOR_VERSION >= (major)*10000 + (minor))
const unsigned int minor
Definition: version.h:13
const unsigned int major
Definition: version.h:10
#define DEAL_II_VERSION_LT (   major,
  minor 
)
Value:
(DEAL_II_MAJOR_VERSION * 10000 + \
DEAL_II_MINOR_VERSION < (major)*10000 + (minor))
const unsigned int minor
Definition: version.h:13
const unsigned int major
Definition: version.h:10