Various minor nblib updates
[alexxy/gromacs.git] / api / nblib / tests / topology.cpp
index 3e8d73e1162c11103ac18df78c8b6faddbfefc8a..08ac421eafb9042526c14abac649baa191943465 100644 (file)
@@ -64,9 +64,7 @@ namespace
 using ::testing::Eq;
 using ::testing::Pointwise;
 
-//! Compares all element between two lists of lists
-//! Todo: unify this with the identical function in nbkernelsystem test make this a method
-//!       of ListOfLists<>
+//! \brief Compares all element between two lists of lists
 template<typename T>
 void compareLists(const gmx::ListOfLists<T>& list, const std::vector<std::vector<T>>& v)
 {
@@ -354,8 +352,6 @@ TEST(NBlibTest, TopologyListedInteractions)
 
 TEST(NBlibTest, TopologyListedInteractionsMultipleTypes)
 {
-    // Todo: add an angle type here
-
     Molecule water    = WaterMoleculeBuilder{}.waterMolecule();
     Molecule methanol = MethanolMoleculeBuilder{}.methanolMolecule();