clang-tidy: google tests applicable
[alexxy/gromacs.git] / src / gromacs / mdlib / update.h
index d5d41b062d8e50813e81d1b0695228e1f8b3f6d5..bf83237c17a60157a3681b9aec08b4e37d41562a 100644 (file)
@@ -213,7 +213,7 @@ restore_ekinstate_from_state(const t_commrec *cr,
                              gmx_ekindata_t *ekind, const ekinstate_t *ekinstate);
 
 void berendsen_tcoupl(const t_inputrec *ir, const gmx_ekindata_t *ekind, real dt,
-                      std::vector<double> &therm_integral);
+                      std::vector<double> &therm_integral); //NOLINT(google-runtime-references)
 
 void andersen_tcoupl(t_inputrec *ir, int64_t step,
                      const t_commrec *cr, const t_mdatoms *md, t_state *state, real rate, const gmx_bool *randomize, const real *boltzfac);