forked from lijiext/lammps
Updated GPU package to correspond with coulomb table changes.
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@9035 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
4039a398c8
commit
05a02426a9
|
@ -155,7 +155,7 @@ void PairCoulLongGPU::init_style()
|
|||
|
||||
// setup force tables
|
||||
|
||||
if (ncoultablebits) init_tables();
|
||||
if (ncoultablebits) init_tables(cut_coul,cut_respa);
|
||||
|
||||
int maxspecial=0;
|
||||
if (atom->molecular)
|
||||
|
|
|
@ -175,7 +175,7 @@ void PairLJCharmmCoulLongGPU::init_style()
|
|||
|
||||
// setup force tables
|
||||
|
||||
if (ncoultablebits) init_tables();
|
||||
if (ncoultablebits) init_tables(cut_coul,cut_respa);
|
||||
|
||||
int maxspecial=0;
|
||||
if (atom->molecular)
|
||||
|
|
|
@ -173,7 +173,7 @@ void PairLJCutCoulLongGPU::init_style()
|
|||
|
||||
// setup force tables
|
||||
|
||||
if (ncoultablebits) init_tables();
|
||||
if (ncoultablebits) init_tables(cut_coul,cut_respa);
|
||||
|
||||
int maxspecial=0;
|
||||
if (atom->molecular)
|
||||
|
|
Loading…
Reference in New Issue