diff --git a/lib/gpu/lal_dpd_charged_ext.cpp b/lib/gpu/lal_dpd_charged_ext.cpp index 392371cd74..4f7ba04e4b 100644 --- a/lib/gpu/lal_dpd_charged_ext.cpp +++ b/lib/gpu/lal_dpd_charged_ext.cpp @@ -127,9 +127,9 @@ void dpd_charged_gpu_compute(const int ago, const int inum_full, const int nall, } void dpd_charged_gpu_update_coeff(int ntypes, double **host_a0, double **host_gamma, - double **host_sigma, double **host_cut, double **host_cut_dpd) + double **host_sigma, double **host_cut_dpd) { - DPDCMF.update_coeff(ntypes,host_a0,host_gamma,host_sigma,host_cut, host_cut_dpd); + DPDCMF.update_coeff(ntypes,host_a0,host_gamma,host_sigma, host_cut_dpd); } void dpd_charged_gpu_get_extra_data(double *host_q) {