Use enum class for nbnxm locality
[alexxy/gromacs.git] / src / gromacs / ewald / pme_load_balancing.cpp
index 579fc3c7f9b4a67d2ad177e2c6ccf7cc5bf62377..778c7c2c4818e5d2ff0a7c268b9039a36382dfdd 100644 (file)
@@ -825,7 +825,7 @@ pme_load_balance(pme_load_balancing_t      *pme_lb,
     /* We always re-initialize the tables whether they are used or not */
     init_interaction_const_tables(nullptr, ic, rtab);
 
-    nbnxn_gpu_pme_loadbal_update_param(nbv, ic, listParams);
+    Nbnxm::gpu_pme_loadbal_update_param(nbv, ic, listParams);
 
     if (!pme_lb->bSepPMERanks)
     {