only dpd coef update
This commit is contained in:
@ -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,
|
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) {
|
void dpd_charged_gpu_get_extra_data(double *host_q) {
|
||||||
|
|||||||
Reference in New Issue
Block a user