X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxana%2Fgmx_confrms.c;h=3cc6dc6d14b295a6b1129f87b88ad892af016228;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=8923544657bdfe61c10c9b314b994aa1706af9d6;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxana/gmx_confrms.c b/src/gromacs/gmxana/gmx_confrms.c index 8923544657..3cc6dc6d14 100644 --- a/src/gromacs/gmxana/gmx_confrms.c +++ b/src/gromacs/gmxana/gmx_confrms.c @@ -39,24 +39,23 @@ #include #include +#include "gromacs/commandline/pargs.h" +#include "gromacs/fileio/confio.h" #include "gromacs/fileio/filenm.h" -#include "gromacs/utility/smalloc.h" +#include "gromacs/fileio/pdbio.h" +#include "gromacs/fileio/tpxio.h" +#include "gromacs/gmxana/gmx_ana.h" #include "gromacs/legacyheaders/macros.h" +#include "gromacs/legacyheaders/txtdump.h" #include "gromacs/legacyheaders/typedefs.h" -#include "gromacs/commandline/pargs.h" -#include "gromacs/fileio/tpxio.h" +#include "gromacs/legacyheaders/viewit.h" +#include "gromacs/math/do_fit.h" #include "gromacs/math/vec.h" +#include "gromacs/pbcutil/rmpbc.h" #include "gromacs/topology/index.h" #include "gromacs/utility/fatalerror.h" #include "gromacs/utility/futil.h" -#include "gromacs/fileio/confio.h" -#include "gromacs/fileio/pdbio.h" -#include "gromacs/legacyheaders/txtdump.h" -#include "gromacs/legacyheaders/viewit.h" -#include "gromacs/pbcutil/rmpbc.h" -#include "gmx_ana.h" - -#include "gromacs/math/do_fit.h" +#include "gromacs/utility/smalloc.h" void calc_rm_cm(int isize, atom_id index[], t_atoms *atoms, rvec x[], rvec xcm) {