X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fmdlib%2Fnbnxn_cuda%2Fnbnxn_cuda.cu;h=c024f7b02c628ea814e30ed38c23212fbde6aba4;hb=19d3c2e5d0c401eb59010960d11a18b6ba2c54c6;hp=799425edab3121ddcd2a131f0a92621ee6482bfc;hpb=fe90f1c1c71a3a43a27ec9ba76e772ae54786c7f;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 799425edab..c024f7b02c 100644 --- a/src/gromacs/mdlib/nbnxn_cuda/nbnxn_cuda.cu +++ b/src/gromacs/mdlib/nbnxn_cuda/nbnxn_cuda.cu @@ -212,7 +212,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) {