fix suffix style handling bug for adding fixes and computes

This commit is contained in:
Axel Kohlmeyer
2017-05-25 02:01:04 -04:00
parent 2225fce94e
commit 99a68e487f
5 changed files with 28 additions and 16 deletions

View File

@ -1478,7 +1478,7 @@ void Input::comm_style()
void Input::compute()
{
modify->add_compute(narg,arg,1);
modify->add_compute(narg,arg);
}
/* ---------------------------------------------------------------------- */
@ -1556,7 +1556,7 @@ void Input::dump_modify()
void Input::fix()
{
modify->add_fix(narg,arg,1);
modify->add_fix(narg,arg);
}
/* ---------------------------------------------------------------------- */