X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fprograms%2Fmdrun%2Frepl_ex.cpp;h=ac5e34c785a8310f35711dc9bd4b37dc760fc4e9;hb=6d1bc0a87809729252a3e706b6ff24c9df35c57f;hp=726886cfeb6a3879c678675384a25abc944acf62;hpb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;p=alexxy%2Fgromacs.git diff --git a/src/programs/mdrun/repl_ex.cpp b/src/programs/mdrun/repl_ex.cpp index 726886cfeb..ac5e34c785 100644 --- a/src/programs/mdrun/repl_ex.cpp +++ b/src/programs/mdrun/repl_ex.cpp @@ -43,16 +43,15 @@ #include -#include "gromacs/legacyheaders/network.h" -#include "gromacs/random/random.h" -#include "gromacs/utility/smalloc.h" -#include "gromacs/math/units.h" #include "gromacs/legacyheaders/copyrite.h" -#include "gromacs/math/vec.h" -#include "gromacs/legacyheaders/names.h" #include "gromacs/legacyheaders/domdec.h" #include "gromacs/legacyheaders/main.h" +#include "gromacs/legacyheaders/names.h" +#include "gromacs/legacyheaders/network.h" +#include "gromacs/math/units.h" +#include "gromacs/math/vec.h" #include "gromacs/random/random.h" +#include "gromacs/utility/smalloc.h" #define PROBABILITYCUTOFF 100 /* we don't bother evaluating if events are more rare than exp(-100) = 3.7x10^-44 */