Add class ListedForces
[alexxy/gromacs.git] / src / gromacs / mdrun / isimulator.h
index c51aae29a4c9ab0d400a5faf3d19f0047f0b8f6a..c6a74e848a6d01d3787e56f04beff0d9529cc0c8 100644 (file)
@@ -57,7 +57,6 @@ struct ObservablesHistory;
 struct pull_t;
 struct ReplicaExchangeParameters;
 struct t_commrec;
-struct t_fcdata;
 struct t_forcerec;
 struct t_filenm;
 struct t_inputrec;
@@ -119,7 +118,6 @@ public:
                pull_t*                             pull_work,
                t_swap*                             swap,
                gmx_mtop_t*                         top_global,
-               t_fcdata*                           fcd,
                t_state*                            state_global,
                ObservablesHistory*                 observablesHistory,
                MDAtoms*                            mdAtoms,
@@ -154,7 +152,6 @@ public:
         pull_work(pull_work),
         swap(swap),
         top_global(top_global),
-        fcd(fcd),
         state_global(state_global),
         observablesHistory(observablesHistory),
         mdAtoms(mdAtoms),
@@ -213,8 +210,6 @@ protected:
     t_swap* swap;
     //! Full system topology.
     const gmx_mtop_t* top_global;
-    //! Helper struct for force calculations.
-    t_fcdata* fcd;
     //! Full simulation state (only non-nullptr on master rank).
     t_state* state_global;
     //! History of simulation observables.