Use ListOfLists in gmx_mtop_t and gmx_localtop_t
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / grompp_impl.h
index 1e06a7d6da5103cef538af118254c62822ce52ca..7eaa8f1c233a00b04df356fe431adaf72e6d0f35 100644 (file)
@@ -47,6 +47,7 @@
 #include "gromacs/utility/arrayref.h"
 #include "gromacs/utility/basedefinitions.h"
 #include "gromacs/utility/exceptions.h"
+#include "gromacs/utility/listoflists.h"
 #include "gromacs/utility/real.h"
 
 /*! \libinternal \brief
@@ -176,7 +177,7 @@ struct MoleculeInformation
     //! Molecules separated in datastructure.
     t_block mols;
     //! Exclusions in the molecule.
-    t_blocka excls;
+    gmx::ListOfLists<int> excls;
     //! Interactions of a defined type.
     std::array<InteractionsOfType, F_NRE> interactions;