From: Kevin Boyd Date: Sat, 22 Dec 2018 00:22:50 +0000 (-0500) Subject: Remove unused function declarations in update.h X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=commitdiff_plain;h=3f5d2bf0b7a27642b5c6155444f532d1038aa724;p=alexxy%2Fgromacs.git Remove unused function declarations in update.h These were flagged by Pascal as unused. According to git blame, the last time these declarations were touched was in 2013 Change-Id: Ic52e8460d2e3867e6c2ddd2aded034501470feff --- diff --git a/src/gromacs/mdlib/update.h b/src/gromacs/mdlib/update.h index 81b1ace278..2179203520 100644 --- a/src/gromacs/mdlib/update.h +++ b/src/gromacs/mdlib/update.h @@ -234,10 +234,6 @@ int **init_npt_vars(const t_inputrec *ir, t_state *state, t_extmass *Mass, gmx_b real NPT_energy(const t_inputrec *ir, const t_state *state, const t_extmass *MassQ); /* computes all the pressure/tempertature control energy terms to get a conserved energy */ -// TODO: This doesn't seem to be used or implemented anywhere -void NBaroT_trotter(t_grpopts *opts, real dt, - double xi[], double vxi[], real *veta, t_extmass *MassQ); - void vrescale_tcoupl(const t_inputrec *ir, int64_t step, gmx_ekindata_t *ekind, real dt, double therm_integral[]); @@ -277,10 +273,4 @@ void berendsen_pscale(const t_inputrec *ir, const matrix mu, int start, int nr_atoms, rvec x[], const unsigned short cFREEZE[], t_nrnb *nrnb); - -// TODO: This doesn't seem to be used or implemented anywhere -void correct_ekin(FILE *log, int start, int end, rvec v[], - rvec vcm, real mass[], real tmass, tensor ekin); -/* Correct ekin for vcm */ - #endif