From 03ab42fd52fd104edcf8b973fb1ece54733cc9ac Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Thu, 19 Jan 2023 08:57:24 -0500 Subject: [PATCH] correct calling sequence for matching argument types --- lib/gpu/lal_base_amoeba.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/gpu/lal_base_amoeba.cpp b/lib/gpu/lal_base_amoeba.cpp index 99e3a6a77e..841d968e56 100644 --- a/lib/gpu/lal_base_amoeba.cpp +++ b/lib/gpu/lal_base_amoeba.cpp @@ -685,7 +685,7 @@ void BaseAmoebaT::compute_fphi_mpole(double ***host_grid_brick, void **host_fphi _felec = felec; fphi_mpole(); - _fdip_sum_phi.update_host(_max_thetai_size*20); + _fdip_sum_phi.update_host(_max_thetai_size*20, false); *host_fphi = _fdip_sum_phi.host.begin(); }