Gromacs
2026.0-dev-20241204-d69d709
|
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. | |