X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fmdlib%2Fdomdec_box.c;h=7c9c4d088fed49e039482c8890c498c881a85869;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=89fc97c82084bbc2411792f3c92cf9cfda3d2d17;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/mdlib/domdec_box.c b/src/gromacs/mdlib/domdec_box.c index 89fc97c820..7c9c4d088f 100644 --- a/src/gromacs/mdlib/domdec_box.c +++ b/src/gromacs/mdlib/domdec_box.c @@ -35,15 +35,14 @@ #include "gmxpre.h" -#include "gromacs/legacyheaders/typedefs.h" -#include "gromacs/math/vec.h" -#include "gromacs/pbcutil/pbc.h" -#include "gromacs/legacyheaders/types/commrec.h" #include "gromacs/legacyheaders/domdec.h" #include "gromacs/legacyheaders/domdec_network.h" -#include "gromacs/legacyheaders/nsgrid.h" #include "gromacs/legacyheaders/network.h" - +#include "gromacs/legacyheaders/nsgrid.h" +#include "gromacs/legacyheaders/typedefs.h" +#include "gromacs/legacyheaders/types/commrec.h" +#include "gromacs/math/vec.h" +#include "gromacs/pbcutil/pbc.h" #include "gromacs/utility/fatalerror.h" static void calc_cgcm_av_stddev(t_block *cgs, int n, rvec *x, rvec av, rvec stddev,