From 91c31da576ec43d375bc93b6f3ea4e4341da5345 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Wed, 26 Feb 2020 12:52:21 +0100 Subject: [PATCH] remove trailing whitespace --- src/USER-DRUDE/pair_thole.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/USER-DRUDE/pair_thole.cpp b/src/USER-DRUDE/pair_thole.cpp index ea11b2b679..129ed57900 100644 --- a/src/USER-DRUDE/pair_thole.cpp +++ b/src/USER-DRUDE/pair_thole.cpp @@ -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];