This commit is contained in:
Axel Kohlmeyer
2023-03-03 09:12:57 -05:00
parent 9cdb9283ca
commit 13f82be035

View File

@ -29,7 +29,7 @@ FixStoreForce::FixStoreForce(LAMMPS *lmp, int narg, char **arg) :
Fix(lmp, narg, arg),
foriginal(nullptr)
{
if (narg < 3) error->all(FLERR,"Illegal fix store/coord command");
if (narg < 3) error->all(FLERR,"Illegal fix store/force command");
peratom_flag = 1;
size_peratom_cols = 3;