From 00749f0e94e20ce8131a820adbe4e1f59c9003ec Mon Sep 17 00:00:00 2001 From: Artem Zhmurov Date: Fri, 6 Nov 2020 10:26:26 +0300 Subject: [PATCH] Fix doxygen comments formattig in update.h --- src/gromacs/mdlib/update.h | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/src/gromacs/mdlib/update.h b/src/gromacs/mdlib/update.h index 514f8e7648..9c3d434ec9 100644 --- a/src/gromacs/mdlib/update.h +++ b/src/gromacs/mdlib/update.h @@ -148,12 +148,17 @@ public: * * \param[in] inputRecord Input record. * \param[in] step Current timestep. - * \param[in] dvdlambda Free energy derivative. Contribution to be added to the bonded - * interactions. \param[in] md MD atoms data. \param[in] state System state - * object. \param[in] cr Comunication record. \param[in] nrnb Cycle - * counters. \param[in] wcycle Wall-clock cycle counter. \param[in] constr Constraints - * object. The constraints are applied on coordinates after update. \param[in] do_log If - * this is logging step. \param[in] do_ene If this is an energy evaluation step. + * \param[in] dvdlambda Free energy derivative. Contribution to be added to + * the bonded interactions. + * \param[in] md MD atoms data. + * \param[in] state System state object. + * \param[in] cr Comunication record. + * \param[in] nrnb Cycle counters. + * \param[in] wcycle Wall-clock cycle counter. + * \param[in] constr Constraints object. The constraints are applied + * on coordinates after update. + * \param[in] do_log If this is logging step. + * \param[in] do_ene If this is an energy evaluation step. */ void update_sd_second_half(const t_inputrec& inputRecord, int64_t step, -- 2.22.0