X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fpulling%2Fpull.c;h=575e07ca87a405a6e0acf5720bdea51391f62a6d;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=e84ad19714c9de45ac48b6138a26823ec83e0744;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/pulling/pull.c b/src/gromacs/pulling/pull.c index e84ad19714..575e07ca87 100644 --- a/src/gromacs/pulling/pull.c +++ b/src/gromacs/pulling/pull.c @@ -36,28 +36,28 @@ */ #include "gmxpre.h" +#include "pull.h" + #include #include #include #include -#include "gromacs/utility/futil.h" -#include "gromacs/legacyheaders/typedefs.h" -#include "gromacs/legacyheaders/types/commrec.h" -#include "gromacs/legacyheaders/network.h" -#include "pull.h" -#include "gromacs/legacyheaders/names.h" -#include "gromacs/pbcutil/pbc.h" -#include "gromacs/topology/mtop_util.h" -#include "gromacs/legacyheaders/mdrun.h" -#include "gromacs/legacyheaders/gmx_ga2la.h" -#include "gromacs/legacyheaders/copyrite.h" -#include "gromacs/legacyheaders/macros.h" - #include "gromacs/fileio/filenm.h" #include "gromacs/fileio/gmxfio.h" #include "gromacs/fileio/xvgr.h" +#include "gromacs/legacyheaders/copyrite.h" +#include "gromacs/legacyheaders/gmx_ga2la.h" +#include "gromacs/legacyheaders/macros.h" +#include "gromacs/legacyheaders/mdrun.h" +#include "gromacs/legacyheaders/names.h" +#include "gromacs/legacyheaders/network.h" +#include "gromacs/legacyheaders/typedefs.h" +#include "gromacs/legacyheaders/types/commrec.h" #include "gromacs/math/vec.h" +#include "gromacs/pbcutil/pbc.h" +#include "gromacs/topology/mtop_util.h" +#include "gromacs/utility/futil.h" #include "gromacs/utility/smalloc.h" static void pull_print_group_x(FILE *out, ivec dim, const t_pull_group *pgrp)