Gromacs
2024.3
|
#include <gromacs/math/functions.h>
Specialization of StaticLog2<n> for n==1.
This specialization provides the final value in the recursion; never call it directly, but use StaticLog2<n>::value.
Static Public Attributes | |
static const int | value = 0 |
Base value for recursive static calculation of Log2(int) | |