X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fmdlib%2Fvcm.c;h=31c2cf2c949a74b48cc44085341788fdf2dadf07;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=c6d3b2a3102dd7b504889ad00b0b8703cfe06a58;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/mdlib/vcm.c b/src/gromacs/mdlib/vcm.c index c6d3b2a310..31c2cf2c94 100644 --- a/src/gromacs/mdlib/vcm.c +++ b/src/gromacs/mdlib/vcm.c @@ -37,14 +37,15 @@ /* This file is completely threadsafe - keep it that way! */ #include "gmxpre.h" -#include "gromacs/legacyheaders/macros.h" #include "gromacs/legacyheaders/vcm.h" -#include "gromacs/math/vec.h" -#include "gromacs/utility/smalloc.h" + +#include "gromacs/legacyheaders/macros.h" #include "gromacs/legacyheaders/names.h" -#include "gromacs/legacyheaders/txtdump.h" #include "gromacs/legacyheaders/network.h" +#include "gromacs/legacyheaders/txtdump.h" +#include "gromacs/math/vec.h" #include "gromacs/pbcutil/pbc.h" +#include "gromacs/utility/smalloc.h" t_vcm *init_vcm(FILE *fp, gmx_groups_t *groups, t_inputrec *ir) {