X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fmdlib%2Ftgroup.c;h=1baec82abd2d0075fe51910e871d8fb50f309b88;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=db9a9bb988f3efd6435ef1fb279d5a0b7b227619;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/mdlib/tgroup.c b/src/gromacs/mdlib/tgroup.c index db9a9bb988..1baec82abd 100644 --- a/src/gromacs/mdlib/tgroup.c +++ b/src/gromacs/mdlib/tgroup.c @@ -37,17 +37,19 @@ /* This file is completely threadsafe - keep it that way! */ #include "gmxpre.h" +#include "gromacs/legacyheaders/tgroup.h" + #include + +#include "gromacs/legacyheaders/gmx_omp_nthreads.h" #include "gromacs/legacyheaders/macros.h" -#include "gromacs/utility/smalloc.h" -#include "gromacs/utility/futil.h" -#include "gromacs/legacyheaders/tgroup.h" -#include "gromacs/math/vec.h" #include "gromacs/legacyheaders/network.h" -#include "gromacs/legacyheaders/update.h" #include "gromacs/legacyheaders/rbin.h" +#include "gromacs/legacyheaders/update.h" +#include "gromacs/math/vec.h" #include "gromacs/topology/mtop_util.h" -#include "gromacs/legacyheaders/gmx_omp_nthreads.h" +#include "gromacs/utility/futil.h" +#include "gromacs/utility/smalloc.h" static void init_grptcstat(int ngtc, t_grp_tcstat tcstat[]) {