X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxpreprocess%2Fgen_maxwell_velocities.c;h=02522be85facfea72c534ecfbc500d2fcfff594e;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=609650f4a13aa21e4811bcefdc5d08be81681027;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxpreprocess/gen_maxwell_velocities.c b/src/gromacs/gmxpreprocess/gen_maxwell_velocities.c index 609650f4a1..02522be85f 100644 --- a/src/gromacs/gmxpreprocess/gen_maxwell_velocities.c +++ b/src/gromacs/gmxpreprocess/gen_maxwell_velocities.c @@ -36,14 +36,16 @@ */ #include "gmxpre.h" +#include "gen_maxwell_velocities.h" + #include -#include "gromacs/random/random.h" -#include "gromacs/utility/smalloc.h" -#include "gromacs/math/units.h" + #include "gromacs/legacyheaders/typedefs.h" +#include "gromacs/math/units.h" #include "gromacs/math/vec.h" -#include "gen_maxwell_velocities.h" +#include "gromacs/random/random.h" #include "gromacs/topology/mtop_util.h" +#include "gromacs/utility/smalloc.h" static void low_mspeed(real tempi, gmx_mtop_t *mtop, rvec v[], gmx_rng_t rng)