Add missing character
This commit is contained in:
@ -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();
|
||||
|
||||
@ -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();
|
||||
|
||||
Reference in New Issue
Block a user