X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fmdlib%2Fewald.c;h=97d0962f3993610753dd47a181115aae8ba6be44;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=bcf1865df33e118fe24bc5d3f14785ac031912ca;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/mdlib/ewald.c b/src/gromacs/mdlib/ewald.c index bcf1865df3..97d0962f39 100644 --- a/src/gromacs/mdlib/ewald.c +++ b/src/gromacs/mdlib/ewald.c @@ -40,17 +40,16 @@ #include #include +#include "gromacs/legacyheaders/coulomb.h" +#include "gromacs/legacyheaders/macros.h" #include "gromacs/legacyheaders/typedefs.h" #include "gromacs/legacyheaders/types/commrec.h" +#include "gromacs/math/gmxcomplex.h" +#include "gromacs/math/units.h" #include "gromacs/math/vec.h" -#include "gromacs/utility/smalloc.h" #include "gromacs/utility/fatalerror.h" -#include "gromacs/math/units.h" -#include "gromacs/legacyheaders/coulomb.h" -#include "gromacs/legacyheaders/macros.h" - #include "gromacs/utility/futil.h" -#include "gromacs/math/gmxcomplex.h" +#include "gromacs/utility/smalloc.h" #define TOL 2e-5