correct whitespace issue

This commit is contained in:
Axel Kohlmeyer
2020-01-22 17:48:50 -05:00
parent 25cdcc7592
commit b3a7aa6541

View File

@ -960,12 +960,12 @@ void Modify::add_fix(int narg, char **arg, int trysuffix)
replace it later with the desired Fix instance
------------------------------------------------------------------------- */
void Modify::replace_fix(const char *replaceID,
void Modify::replace_fix(const char *replaceID,
int narg, char **arg, int trysuffix)
{
int ifix = find_fix(replaceID);
if (ifix < 0) error->all(FLERR,"Modify replace_fix ID could not be found");
// change ID, igroup, style of fix being replaced to match new fix
// requires some error checking on arguments for new fix