Gromacs
2024.3
|
Functions | |
template<typename T > | |
void | compareLists (const ListOfLists< T > &list, const std::vector< std::vector< T >> &v) |
Compares all element between two lists of lists. | |
template<typename T > | |
void | checkAppend (const std::vector< std::vector< T >> inputLists) |
Checks whether append works and stores the data correctly. | |