forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8677 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
d510654bc3
commit
53bb7e981d
|
@ -100,7 +100,6 @@ PPPM::PPPM(LAMMPS *lmp, int narg, char **arg) : KSpace(lmp, narg, arg)
|
|||
// see JCP 109, pg 7698 for derivation of coefficients
|
||||
// higher order coefficients may be computed if needed
|
||||
|
||||
memory->destroy(acons);
|
||||
memory->create(acons,8,7,"pppm:acons");
|
||||
acons[1][0] = 2.0 / 3.0;
|
||||
acons[2][0] = 1.0 / 50.0;
|
||||
|
|
Loading…
Reference in New Issue