Merge branch release-2021
[alexxy/gromacs.git] / src / gromacs / ewald / pme_load_balancing.cpp
index cae4afbc2deae46170542d6a3d567f2e7dba6ef6..027895d348ae6ee82d9aba2f0c087cbf2c9f798b 100644 (file)
@@ -854,7 +854,7 @@ static void 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, ir.tabext);
+    init_interaction_const_tables(nullptr, ic, set->rlistOuter, ir.tabext);
 
     Nbnxm::gpu_pme_loadbal_update_param(nbv, ic);