Fixes for clang-tidy-9
[alexxy/gromacs.git] / src / gromacs / mdtypes / inputrec.h
index 8dc7b07c0366adeea9b47b2ab1a0d68635b772ee..ef4302a59077b495a91053e7799be1bc3482eaea 100644 (file)
@@ -639,7 +639,11 @@ gmx_bool inputrecNphTrotter(const t_inputrec* ir);
 bool inputrecPbcXY2Walls(const t_inputrec* ir);
 
 /*! \brief Returns true for MD integator with T and/or P-coupling that supports
- * calculating the conserved energy quantity.
+ * calculating a conserved energy quantity.
+ *
+ * Note that dynamical integrators without T and P coupling (ie NVE)
+ * return false, i.e. the return value refers to whether there
+ * is a conserved quantity different than the total energy.
  */
 bool integratorHasConservedEnergyQuantity(const t_inputrec* ir);