forked from lijiext/lammps
Bug fix for lj/class2/coul/long/gpu
This commit is contained in:
parent
55fde76d59
commit
92b2e4256b
|
@ -48,6 +48,7 @@ PairLJClass2CoulLong::PairLJClass2CoulLong(LAMMPS *lmp) : Pair(lmp)
|
|||
respa_enable = 1;
|
||||
writedata = 1;
|
||||
ftable = NULL;
|
||||
cut_respa = NULL;
|
||||
}
|
||||
|
||||
/* ---------------------------------------------------------------------- */
|
||||
|
|
Loading…
Reference in New Issue