X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxana%2Fgmx_hbond.c;h=46a4da6497421dd91dff67852d91e383d69a6ab3;hb=a5b355552b920746e3dda332accccabadfe37b50;hp=c226bed5bf4a732f59c03255958526c1742167e4;hpb=7df930ee2e1d3bac7d080dfd994417c47fec94db;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxana/gmx_hbond.c b/src/gromacs/gmxana/gmx_hbond.c index c226bed5bf..46a4da6497 100644 --- a/src/gromacs/gmxana/gmx_hbond.c +++ b/src/gromacs/gmxana/gmx_hbond.c @@ -36,34 +36,34 @@ */ #include "gmxpre.h" -#include "config.h" #include -/*#define HAVE_NN_LOOPS*/ - #include "gromacs/commandline/pargs.h" +#include "gromacs/fileio/matio.h" +#include "gromacs/fileio/tpxio.h" +#include "gromacs/fileio/trxio.h" +#include "gromacs/fileio/xvgr.h" +#include "gromacs/gmxana/correl.h" +#include "gromacs/gmxana/geminate.h" +#include "gromacs/gmxana/gmx_ana.h" +#include "gromacs/gmxana/gstat.h" #include "gromacs/legacyheaders/copyrite.h" +#include "gromacs/legacyheaders/macros.h" #include "gromacs/legacyheaders/txtdump.h" +#include "gromacs/legacyheaders/viewit.h" #include "gromacs/math/units.h" -#include "gromacs/legacyheaders/macros.h" -#include "gromacs/utility/fatalerror.h" -#include "gromacs/topology/index.h" -#include "gromacs/utility/smalloc.h" #include "gromacs/math/vec.h" -#include "gromacs/fileio/xvgr.h" -#include "gromacs/legacyheaders/viewit.h" -#include "gstat.h" -#include "gromacs/utility/cstringutil.h" #include "gromacs/pbcutil/pbc.h" -#include "correl.h" -#include "gmx_ana.h" -#include "geminate.h" - +#include "gromacs/topology/index.h" +#include "gromacs/utility/cstringutil.h" +#include "gromacs/utility/fatalerror.h" #include "gromacs/utility/futil.h" -#include "gromacs/fileio/matio.h" -#include "gromacs/fileio/tpxio.h" -#include "gromacs/fileio/trxio.h" #include "gromacs/utility/gmxomp.h" +#include "gromacs/utility/smalloc.h" + +#include "config.h" + +/*#define HAVE_NN_LOOPS*/ typedef short int t_E; typedef int t_EEst;