From: Artem Zhmurov Date: Fri, 6 Nov 2020 07:26:26 +0000 (+0300) Subject: Fix doxygen comments formattig in update.h X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=commitdiff_plain;h=00749f0e94e20ce8131a820adbe4e1f59c9003ec;p=alexxy%2Fgromacs.git Fix doxygen comments formattig in update.h --- 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,