X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxlib%2Fcalcgrid.c;h=1de1f57efed3998ac8ce36a36d0b67c833dee457;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=62d25e1ce88839af9cf52dfcad8f95565d21ba8d;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxlib/calcgrid.c b/src/gromacs/gmxlib/calcgrid.c index 62d25e1ce8..1de1f57efe 100644 --- a/src/gromacs/gmxlib/calcgrid.c +++ b/src/gromacs/gmxlib/calcgrid.c @@ -36,12 +36,13 @@ */ #include "gmxpre.h" +#include "gromacs/legacyheaders/calcgrid.h" + #include #include "gromacs/legacyheaders/typedefs.h" -#include "gromacs/utility/smalloc.h" #include "gromacs/utility/fatalerror.h" -#include "gromacs/legacyheaders/calcgrid.h" +#include "gromacs/utility/smalloc.h" /* The grid sizes below are based on timing of a 3D cubic grid in fftw * compiled with SSE using 4 threads in fft5d.c.