need to set single_enable to 0 after single() was removed

This commit is contained in:
Axel Kohlmeyer 2020-02-26 12:58:10 +01:00
parent 91c31da576
commit 526c9a548f
No known key found for this signature in database
GPG Key ID: D9B44E93BF0C375A
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ using namespace MathConst;
PairLJCutTholeLong::PairLJCutTholeLong(LAMMPS *lmp) : Pair(lmp)
{
ewaldflag = pppmflag = 1;
single_enable = 0;
writedata = 1;
ftable = NULL;
qdist = 0.0;