X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxlib%2Fewald_util.c;h=d3bb07b6e3fe65539870db6af2e5a01bdebd333c;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=44dc2271f36d33af2151cf657a655ab9a10a98ef;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxlib/ewald_util.c b/src/gromacs/gmxlib/ewald_util.c index 44dc2271f3..d3bb07b6e3 100644 --- a/src/gromacs/gmxlib/ewald_util.c +++ b/src/gromacs/gmxlib/ewald_util.c @@ -36,19 +36,20 @@ */ #include "gmxpre.h" -#include #include -#include "gromacs/math/utilities.h" +#include + +#include "gromacs/legacyheaders/coulomb.h" +#include "gromacs/legacyheaders/macros.h" +#include "gromacs/legacyheaders/names.h" +#include "gromacs/legacyheaders/txtdump.h" #include "gromacs/legacyheaders/typedefs.h" #include "gromacs/legacyheaders/types/commrec.h" -#include "gromacs/math/vec.h" -#include "gromacs/legacyheaders/coulomb.h" -#include "gromacs/utility/smalloc.h" #include "gromacs/math/units.h" -#include "gromacs/legacyheaders/txtdump.h" +#include "gromacs/math/utilities.h" +#include "gromacs/math/vec.h" #include "gromacs/utility/futil.h" -#include "gromacs/legacyheaders/names.h" -#include "gromacs/legacyheaders/macros.h" +#include "gromacs/utility/smalloc.h" real calc_ewaldcoeff_q(real rc, real dtol) {