Gromacs
2024.4
|
#include <gromacs/mdrunutility/mdmodulesnotifier.h>
Aide to avoid nested MDModulesNotifier definition.
Instead of MDModulesNotifier<CallParameterA, MDModulesNotifier<CallParameterB, etc ... >> this allows to write BuildMDModulesNotifier<CallParameterA, CallParameterB, ...>::type
CallParameter | all the callback types to be registered |