remove trailing whitespace

This commit is contained in:
Axel Kohlmeyer 2020-02-26 12:52:21 +01:00
parent 00137765a8
commit 91c31da576
No known key found for this signature in database
GPG Key ID: D9B44E93BF0C375A
1 changed files with 2 additions and 2 deletions

View File

@ -367,10 +367,10 @@ double PairThole::single(int i, int j, int itype, int jtype,
{
double r2inv,rinv,r,phicoul;
double qi,qj,factor_f,factor_e,dcoul,asr,exp_asr;
// single() has no information about topology or Drude particles.
// Charges qi and qj are defined by the user (or 1.0 by defaut)
qi = atom->q[i];
qj = atom->q[j];