Updates to the core-shell gpu pair styles

This commit is contained in:
Trung Nguyen
2018-06-20 10:43:13 -05:00
parent 3ae8fdccd8
commit a9b794b2ab
24 changed files with 454 additions and 299 deletions

View File

@ -57,7 +57,7 @@ int BornCoulWolfT::init(const int ntypes, double **host_cutsq, double **host_rho
const double alf, const double e_shift, const double f_shift) {
int success;
success=this->init_atomic(nlocal,nall,max_nbors,maxspecial,cell_size,gpu_split,
_screen,born_coul_wolf,"k_born_wolf");
_screen,born_coul_wolf,"k_born_coul_wolf");
if (success!=0)
return success;