X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fmdlib%2Fadress.h;fp=src%2Fgromacs%2Fmdlib%2Fadress.h;h=be88ab1d86a727fb8490dc41075a2f511e33a0b1;hb=c3f2d46e4047f0c465f7234b3784a2fa6f02a065;hp=a25514d8b18e6c0b70129568f550e7203fa28a20;hpb=0595b4a4c763a0bc574658992081abf8b0abc3fe;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/mdlib/adress.h b/src/gromacs/mdlib/adress.h index a25514d8b1..be88ab1d86 100644 --- a/src/gromacs/mdlib/adress.h +++ b/src/gromacs/mdlib/adress.h @@ -2,7 +2,7 @@ * This file is part of the GROMACS molecular simulation package. * * Copyright (c) 2009 Christoph Junghans, Brad Lambeth. - * Copyright (c) 2011,2014, by the GROMACS development team, led by + * Copyright (c) 2011,2014,2015, by the GROMACS development team, led by * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl, * and including many others, as listed in the AUTHORS file in the * top-level source directory and at http://www.gromacs.org. @@ -158,7 +158,6 @@ update_adress_weights_atom_per_atom(int cg0, * * \param[in] cg0 first charge group to update * \param[in] cg1 last+1 charge group to update - * \param[in] cgs block containing the cg index * \param[in] x array with all the particle positions * \param[in,out] f the force array pointing at f_novirsum from sim_util.c * \param[in] fr the forcerec containing all the parameters @@ -168,7 +167,6 @@ update_adress_weights_atom_per_atom(int cg0, void adress_thermo_force(int cg0, int cg1, - t_block * cgs, rvec x[], rvec f[], t_forcerec * fr,