Add missing character

This commit is contained in:
Stan Moore
2019-05-21 10:30:33 -06:00
parent 0ee1daa46d
commit ed7c09ac81
2 changed files with 2 additions and 2 deletions

View File

@ -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();

View File

@ -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();