X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fmdlib%2Fnbnxn_cuda%2Fnbnxn_cuda.cu;h=d02e9034104480e733b0d4bdadd3827ba00eccb2;hb=0f1df108f188a71a47a36201bebe30a799d854fe;hp=440c074db3b9518cfb2da8b8769e7084f6464be8;hpb=3acec9446e43553cb549e0775a5f4e235c7b783c;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/mdlib/nbnxn_cuda/nbnxn_cuda.cu b/src/gromacs/mdlib/nbnxn_cuda/nbnxn_cuda.cu index 440c074db3..d02e903410 100644 --- a/src/gromacs/mdlib/nbnxn_cuda/nbnxn_cuda.cu +++ b/src/gromacs/mdlib/nbnxn_cuda/nbnxn_cuda.cu @@ -210,7 +210,7 @@ static inline nbnxn_cu_kfunc_ptr_t select_nbnxn_kernel(int eeltype, nbnxn_cu_kfunc_ptr_t res; assert(eeltype < eelCuNR); - assert(evdwtype < eelCuNR); + assert(evdwtype < evdwCuNR); if (bDoEne) {