fix typo
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user