X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fmdlib%2Fgenborn_sse2_double.c;h=df68d0508e00b64831721128774c2cfef50f84c2;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=54eca2fe79e0fc967ad1d2b94d2b1493e1cabb36;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/mdlib/genborn_sse2_double.c b/src/gromacs/mdlib/genborn_sse2_double.c index 54eca2fe79..df68d0508e 100644 --- a/src/gromacs/mdlib/genborn_sse2_double.c +++ b/src/gromacs/mdlib/genborn_sse2_double.c @@ -39,27 +39,25 @@ #include #include -#include "gromacs/legacyheaders/typedefs.h" -#include "gromacs/utility/smalloc.h" -#include "gromacs/legacyheaders/genborn.h" -#include "gromacs/math/vec.h" #include "gromacs/fileio/pdbio.h" -#include "gromacs/legacyheaders/names.h" -#include "gromacs/math/units.h" #include "gromacs/legacyheaders/domdec.h" +#include "gromacs/legacyheaders/genborn.h" +#include "gromacs/legacyheaders/names.h" #include "gromacs/legacyheaders/network.h" +#include "gromacs/legacyheaders/typedefs.h" +#include "gromacs/math/units.h" +#include "gromacs/math/vec.h" #include "gromacs/utility/fatalerror.h" -#include "gromacs/legacyheaders/genborn.h" - #include "gromacs/utility/gmxmpi.h" +#include "gromacs/utility/smalloc.h" /* Only compile this file if SSE2 intrinsics are available */ #if 0 && defined (GMX_SIMD_X86_SSE2_OR_HIGHER) -#include -#include - #include "genborn_sse2_double.h" +#include +#include + int calc_gb_rad_still_sse2_double(t_commrec *cr, t_forcerec *fr, int natoms, gmx_localtop_t *top,