inherited single function doesn't match, we need to set single_enable to 0

This commit is contained in:
Axel Kohlmeyer 2020-08-06 16:09:21 -04:00
parent 0d677321d8
commit 8826ea91e2
No known key found for this signature in database
GPG Key ID: D9B44E93BF0C375A
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ PairBuckCoulLongCS::PairBuckCoulLongCS(LAMMPS *lmp) : PairBuckCoulLong(lmp)
{
ewaldflag = pppmflag = 1;
writedata = 1;
single_enable = 0;
ftable = NULL;
}