X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Flisted-forces%2Fbonded.h;h=1b6d87f21eef7437c98ff685c1369f18834d0ab0;hb=4488887e17c2ad98c5885a8181fc460158e1476a;hp=b3acfd35135c58a00cfc6433fbd773bee7198b91;hpb=bc9ba47edc5b12b5d4324bcdbf8c5cd3cb048c3d;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/listed-forces/bonded.h b/src/gromacs/listed-forces/bonded.h index b3acfd3513..1b6d87f21e 100644 --- a/src/gromacs/listed-forces/bonded.h +++ b/src/gromacs/listed-forces/bonded.h @@ -72,13 +72,6 @@ extern "C" { struct t_graph; struct t_pbc; -/*! \brief Returns the global topology atom number belonging to local atom index i. - * This function is intended for writing ascii output - * and returns atom numbers starting at 1. - * When global_atom_index=NULL returns i+1. - */ -int glatnr(int *global_atom_index, int i); - /*! \brief Return whether this is an interaction that actually * calculates a potential and works on multiple atoms (not e.g. a * connection or a position restraint).