Gromacs
2016.6
|
#include <gromacs/domdec/hash.h>
Hashing key-generation helper struct.
Public Attributes | |
int | key |
The (unique) key for storing/looking up a value. | |
int | val |
The value belonging to key. | |
int | next |
Index for the next element in the array with indentical value keymod, -1 if there is no next element. | |