X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Ftools%2Fcheck.c;h=ddb578dc0693d8511d116dfa4bfbda00359ec5c9;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=63fd7cffb1febdc80b25167c62ccd43ce9f83400;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/tools/check.c b/src/gromacs/tools/check.c index 63fd7cffb1..ddb578dc06 100644 --- a/src/gromacs/tools/check.c +++ b/src/gromacs/tools/check.c @@ -40,31 +40,29 @@ #include #include -#include "gromacs/legacyheaders/macros.h" -#include "gromacs/legacyheaders/txtdump.h" -#include "gromacs/math/vec.h" -#include "gromacs/math/units.h" -#include "gromacs/topology/index.h" -#include "gromacs/legacyheaders/names.h" -#include "gromacs/utility/futil.h" -#include "gromacs/fileio/gmxfio.h" -#include "gromacs/fileio/trnio.h" -#include "gromacs/fileio/xtcio.h" +#include "gromacs/commandline/pargs.h" #include "gromacs/fileio/confio.h" #include "gromacs/fileio/enxio.h" +#include "gromacs/fileio/gmxfio.h" #include "gromacs/fileio/tpxio.h" +#include "gromacs/fileio/trnio.h" #include "gromacs/fileio/trxio.h" - -#include "gromacs/commandline/pargs.h" +#include "gromacs/fileio/xtcio.h" +#include "gromacs/legacyheaders/macros.h" +#include "gromacs/legacyheaders/names.h" +#include "gromacs/legacyheaders/txtdump.h" +#include "gromacs/math/units.h" +#include "gromacs/math/vec.h" #include "gromacs/pbcutil/pbc.h" +#include "gromacs/tools/compare.h" #include "gromacs/topology/atomprop.h" #include "gromacs/topology/block.h" +#include "gromacs/topology/index.h" #include "gromacs/topology/mtop_util.h" #include "gromacs/utility/fatalerror.h" +#include "gromacs/utility/futil.h" #include "gromacs/utility/smalloc.h" -#include "compare.h" - typedef struct { int bStep; int bTime;