Refactor md_enums
[alexxy/gromacs.git] / src / gromacs / nbnxm / sycl / nbnxm_sycl_data_mgmt.cpp
index a3d8626fc431da1b64d3dd4deebe1cbbc64a63e2..e033a507e8f44698bf3dc26dac55f8e5f9a8f255 100644 (file)
@@ -129,7 +129,7 @@ static void initNbparam(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 * numTypes, deviceContext);