Index groups for MdModules from grompp
[alexxy/gromacs.git] / src / gromacs / mdrun / mdmodules.h
index 21ca0ba5a77f53c100c421894a08898dcb75154a..1e4745198cd8caba6af2169d490196798c9017ed 100644 (file)
@@ -62,6 +62,7 @@ class KeyValueTreeObject;
 class KeyValueTreeBuilder;
 class IMDModule;
 class LocalAtomSetManager;
+class IndexGroupsAndNames;
 
 /*! \libinternal \brief
  * \brief Signals that the communication record is set up and provides this record.
@@ -111,6 +112,7 @@ class MDModules
         //! Register callback function types for MDModules
         using notifier_type = registerMdModuleNotification<
                     CommunicationIsSetup,
+                    IndexGroupsAndNames,
                     KeyValueTreeBuilder*,
                     const KeyValueTreeObject &,
                     LocalAtomSetManager *