From 2d86e6b4f0f775d710f5477bce17d9bb3491d78a Mon Sep 17 00:00:00 2001 From: Gabriel Alkuino <107645552+gsalkuin@users.noreply.github.com> Date: Tue, 17 Sep 2024 11:12:06 -0400 Subject: [PATCH] Remove whitespace --- src/LEPTON/fix_epot_lepton.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LEPTON/fix_epot_lepton.h b/src/LEPTON/fix_epot_lepton.h index e730e267ed..d4f12915fa 100644 --- a/src/LEPTON/fix_epot_lepton.h +++ b/src/LEPTON/fix_epot_lepton.h @@ -52,7 +52,7 @@ class FixEpotLepton : public Fix { int force_flag; double h = -1.0; - double qe2f, mue2e; + double qe2f, mue2e; double fsum[4], fsum_all[4]; }; } // namespace LAMMPS_NS