Revert accidental change

This commit is contained in:
Stan Moore
2022-12-16 16:36:02 -07:00
parent 42c41ac151
commit 4f944cfe0a

View File

@ -271,6 +271,9 @@ void PPPMKokkos<DeviceType>::init()
compute_gf_denom();
compute_rho_coeff();
k_rho_coeff.template modify<LMPHostType>();
k_rho_coeff.template sync<DeviceType>();
// print stats
int ngrid_max,nfft_both_max;