minor function argument cleanup
[alexxy/gromacs.git] / src / mdlib / forcerec.c
index 2253eb105106bf3568d65dbccd8c4c9ea7a14cb8..2c2e4da07bd7f4c4cd2bd345feb436e913d6ec5c 100644 (file)
@@ -1863,7 +1863,7 @@ void init_interaction_const(FILE                 *fp,
 
     if (fr->nbv != NULL && fr->nbv->bUseGPU)
     {
-        nbnxn_cuda_init_const(fr->nbv->cu_nbv, ic, fr->nbv);
+        nbnxn_cuda_init_const(fr->nbv->cu_nbv, ic, fr->nbv->grp);
     }
 
     bUsesSimpleTables = uses_simple_tables(fr->cutoff_scheme, fr->nbv, -1);