diff --git a/src/Operators/Vector/tests/vector_dist_operators_tests_util.hpp b/src/Operators/Vector/tests/vector_dist_operators_tests_util.hpp index 3c3ac01d0478b018d3b7b39f2e69bf2546739d2a..ee47fd7f70894f898fa0e6b5fcdaeb4b4633cd53 100644 --- a/src/Operators/Vector/tests/vector_dist_operators_tests_util.hpp +++ b/src/Operators/Vector/tests/vector_dist_operators_tests_util.hpp @@ -1883,6 +1883,7 @@ struct check_all_apply_ker<comp_dev> vd.deviceToHostPos(); auto cl = vd.template getCellListGPU(0.05); + vd.updateCellListGPU(cl); vector_dist_op_ap_ker_impl<comp_dev>(vd,vA,vC,vVA,vVB,vVC,cl,RUN_ON_DEVICE); }