Modernize wallcycle counting
[alexxy/gromacs.git] / src / gromacs / mdlib / update.h
index 10a93faa51871728db8f856be1f8f56326e0b88a..5992a69e45b9b96aad000803a9e1be70f143bcf7 100644 (file)
@@ -144,7 +144,7 @@ public:
     void finish_update(const t_inputrec& inputRecord,
                        const t_mdatoms*  md,
                        t_state*          state,
-                       gmx_wallcycle_t   wcycle,
+                       gmx_wallcycle   wcycle,
                        bool              haveConstraints);
 
     /*! \brief Secong part of the SD integrator.
@@ -172,7 +172,7 @@ public:
                                t_state*          state,
                                const t_commrec*  cr,
                                t_nrnb*           nrnb,
-                               gmx_wallcycle_t   wcycle,
+                               gmx_wallcycle   wcycle,
                                gmx::Constraints* constr,
                                bool              do_log,
                                bool              do_ene);