X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fmdlib%2Fnbnxn_kernels%2Fnbnxn_kernel_ref_includes.h;h=099a9079a41eaaa22b6a9bb37019aac074534ac5;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=91447143a8a48c7645c339a9cfa2157c2f55614b;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/mdlib/nbnxn_kernels/nbnxn_kernel_ref_includes.h b/src/gromacs/mdlib/nbnxn_kernels/nbnxn_kernel_ref_includes.h index 91447143a8..099a9079a4 100644 --- a/src/gromacs/mdlib/nbnxn_kernels/nbnxn_kernel_ref_includes.h +++ b/src/gromacs/mdlib/nbnxn_kernels/nbnxn_kernel_ref_includes.h @@ -39,16 +39,16 @@ */ /* Include the force only kernels */ -#include "nbnxn_kernel_ref_outer.h" +#include "gromacs/mdlib/nbnxn_kernels/nbnxn_kernel_ref_outer.h" /* Include the force+energy kernels */ #define CALC_ENERGIES -#include "nbnxn_kernel_ref_outer.h" +#include "gromacs/mdlib/nbnxn_kernels/nbnxn_kernel_ref_outer.h" #undef CALC_ENERGIES /* Include the force+energygroups kernels */ #define CALC_ENERGIES #define ENERGY_GROUPS -#include "nbnxn_kernel_ref_outer.h" +#include "gromacs/mdlib/nbnxn_kernels/nbnxn_kernel_ref_outer.h" #undef ENERGY_GROUPS #undef CALC_ENERGIES