Loading [MathJax]/extensions/tex2jax.js
Go to the documentation of this file. 3 #ifndef CALC_GAUDI_VERSION 4 #define CALC_GAUDI_VERSION(maj,min) (((maj) << 16) + (min)) 6 #define UTIL_MAJOR_VERSION 30 7 #define UTIL_MINOR_VERSION 3 8 #define UTIL_PATCH_VERSION 0 9 #define UTIL_VERSION CALC_GAUDI_VERSION(UTIL_MAJOR_VERSION,UTIL_MINOR_VERSION)