correct whitespace issue
This commit is contained in:
@ -960,12 +960,12 @@ void Modify::add_fix(int narg, char **arg, int trysuffix)
|
|||||||
replace it later with the desired Fix instance
|
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 narg, char **arg, int trysuffix)
|
||||||
{
|
{
|
||||||
int ifix = find_fix(replaceID);
|
int ifix = find_fix(replaceID);
|
||||||
if (ifix < 0) error->all(FLERR,"Modify replace_fix ID could not be found");
|
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
|
// change ID, igroup, style of fix being replaced to match new fix
|
||||||
// requires some error checking on arguments for new fix
|
// requires some error checking on arguments for new fix
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user