Gromacs
2025-dev-20240812-545ca5b
|
Functions | |
void | checkFinds (const gmx::HashedMap< char > &map, int key, char value) |
Checks that the key is found and if so also checks the value. | |
void | checkDoesNotFind (const gmx::HashedMap< char > &map, int key) |
Checks that the key is not found. | |