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
No known key found for this signature in database
GPG Key ID: D9B44E93BF0C375A
1 changed files with 1 additions and 0 deletions

View File

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