Refactor md_enums
[alexxy/gromacs.git] / src / gromacs / nbnxm / cuda / nbnxm_cuda_data_mgmt.cu
index dff7e4d21cf8e68f98c1a6e7852b7b9a67fe4ef0..db8654440e14116102bca32b6e555ed2ea72e48d 100644 (file)
@@ -156,7 +156,7 @@ static void init_nbparam(NBParamGpu*                     nbp,
     }
 
     /* set up LJ-PME parameter lookup table */
-    if (ic->vdwtype == evdwPME)
+    if (ic->vdwtype == VanDerWaalsType::Pme)
     {
         initParamLookupTable(
                 &nbp->nbfp_comb, &nbp->nbfp_comb_texobj, nbatParams.nbfp_comb.data(), 2 * ntypes, deviceContext);