From ed7c09ac8145218ecea252a991d2ea2efb671df8 Mon Sep 17 00:00:00 2001 From: Stan Moore Date: Tue, 21 May 2019 10:30:33 -0600 Subject: [PATCH] Add missing character --- src/KSPACE/pppm_dipole.cpp | 2 +- src/KSPACE/pppm_dipole_spin.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/KSPACE/pppm_dipole.cpp b/src/KSPACE/pppm_dipole.cpp index 278d3b1f9d..21a777dd75 100644 --- a/src/KSPACE/pppm_dipole.cpp +++ b/src/KSPACE/pppm_dipole.cpp @@ -442,7 +442,7 @@ void PPPMDipole::compute(int eflag, int vflag) if (vflag_atom) error->all(FLERR,"Cannot (yet) compute per-atom virial " - "with kspace style pppm/dipole" + "with kspace style pppm/dipole"); if (evflag_atom && !peratom_allocate_flag) { allocate_peratom(); diff --git a/src/KSPACE/pppm_dipole_spin.cpp b/src/KSPACE/pppm_dipole_spin.cpp index caa9ba47ab..cee879422c 100644 --- a/src/KSPACE/pppm_dipole_spin.cpp +++ b/src/KSPACE/pppm_dipole_spin.cpp @@ -301,7 +301,7 @@ void PPPMDipoleSpin::compute(int eflag, int vflag) if (vflag_atom) error->all(FLERR,"Cannot (yet) compute per-atom virial " - "with kspace style pppm/dipole/spin" + "with kspace style pppm/dipole/spin"); if (evflag_atom && !peratom_allocate_flag) { allocate_peratom();