X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Ffft%2Fparallel_3dfft.cpp;h=3c04fb24fc57d7ad177f927519555b9c124ed735;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=f721bab65f500464461f2b75dfd5445a9c250eba;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/fft/parallel_3dfft.cpp b/src/gromacs/fft/parallel_3dfft.cpp index f721bab65f..3c04fb24fc 100644 --- a/src/gromacs/fft/parallel_3dfft.cpp +++ b/src/gromacs/fft/parallel_3dfft.cpp @@ -35,19 +35,18 @@ */ #include "gmxpre.h" +#include "parallel_3dfft.h" + +#include #include #include -#include #include "gromacs/fft/fft.h" -#include "gromacs/fft/parallel_3dfft.h" +#include "gromacs/fft/fft5d.h" #include "gromacs/math/gmxcomplex.h" +#include "gromacs/utility/fatalerror.h" #include "gromacs/utility/gmxmpi.h" - #include "gromacs/utility/smalloc.h" -#include "gromacs/utility/fatalerror.h" - -#include "fft5d.h" struct gmx_parallel_3dfft { fft5d_plan p1, p2;