X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fpulling%2Fpull_rotation.c;h=dd74b44df552cf7ba942084e83cb17eb2dc805f6;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=0aa84dbcce75152c75a6cd01e22e518a6d53563a;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/pulling/pull_rotation.c b/src/gromacs/pulling/pull_rotation.c index 0aa84dbcce..dd74b44df5 100644 --- a/src/gromacs/pulling/pull_rotation.c +++ b/src/gromacs/pulling/pull_rotation.c @@ -36,37 +36,36 @@ */ #include "gmxpre.h" +#include "pull_rotation.h" + #include "config.h" #include #include #include -#include "gromacs/legacyheaders/domdec.h" -#include "gromacs/utility/smalloc.h" -#include "gromacs/legacyheaders/network.h" -#include "gromacs/pbcutil/pbc.h" -#include "gromacs/legacyheaders/mdrun.h" -#include "gromacs/legacyheaders/txtdump.h" -#include "gromacs/legacyheaders/names.h" -#include "gromacs/topology/mtop_util.h" -#include "gromacs/legacyheaders/names.h" -#include "gromacs/math/vec.h" -#include "gromacs/legacyheaders/gmx_ga2la.h" +#include "gromacs/fileio/gmxfio.h" +#include "gromacs/fileio/trnio.h" #include "gromacs/fileio/xvgr.h" #include "gromacs/legacyheaders/copyrite.h" +#include "gromacs/legacyheaders/domdec.h" +#include "gromacs/legacyheaders/gmx_ga2la.h" #include "gromacs/legacyheaders/macros.h" - -#include "gromacs/utility/futil.h" -#include "gromacs/fileio/gmxfio.h" -#include "gromacs/fileio/trnio.h" +#include "gromacs/legacyheaders/mdrun.h" +#include "gromacs/legacyheaders/names.h" +#include "gromacs/legacyheaders/network.h" +#include "gromacs/legacyheaders/txtdump.h" #include "gromacs/linearalgebra/nrjac.h" +#include "gromacs/math/utilities.h" +#include "gromacs/math/vec.h" +#include "gromacs/mdlib/groupcoord.h" +#include "gromacs/pbcutil/pbc.h" #include "gromacs/timing/cyclecounter.h" #include "gromacs/timing/wallcycle.h" +#include "gromacs/topology/mtop_util.h" +#include "gromacs/utility/futil.h" #include "gromacs/utility/qsort_threadsafe.h" -#include "gromacs/pulling/pull_rotation.h" -#include "gromacs/mdlib/groupcoord.h" -#include "gromacs/math/utilities.h" +#include "gromacs/utility/smalloc.h" static char *RotStr = {"Enforced rotation:"};