Bug fix for lj/class2/coul/long/gpu

This commit is contained in:
Jianhua Pan
2019-12-02 23:07:58 -05:00
committed by Axel Kohlmeyer
parent 55fde76d59
commit 92b2e4256b

View File

@ -48,6 +48,7 @@ PairLJClass2CoulLong::PairLJClass2CoulLong(LAMMPS *lmp) : Pair(lmp)
respa_enable = 1;
writedata = 1;
ftable = NULL;
cut_respa = NULL;
}
/* ---------------------------------------------------------------------- */