Gromacs  2024.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
gmx::anonymous_namespace{listoflists.cpp} Namespace Reference

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.