Add function calls to MdModules to sign up for notifications
[alexxy/gromacs.git] / src / gromacs / applied_forces / densityfitting.h
index 389e4144c5149f1317b3b9eb23f082e9b94b48fd..6e29a7faa3e4d575f44bd8ae89de2b0d4f811ff0 100644 (file)
@@ -58,7 +58,7 @@ struct DensityFittingModuleInfo
      * Fitting an all-atom structure into an experimental cryo-EM density map is a
      * typical application.
      */
-    static std::unique_ptr<IMDModule> create(MdModulesNotifier* notifier);
+    static std::unique_ptr<IMDModule> create();
     //! The name of the module
     static const std::string name_;
 };