must forward modify_param() processing to FixRigid base class

This commit is contained in:
Axel Kohlmeyer
2017-09-07 12:00:33 -04:00
parent fd0fae4847
commit eb0e64b2f3

View File

@ -1249,9 +1249,7 @@ int FixRigidNH::modify_param(int narg, char **arg)
if (pressure->pressflag == 0)
error->all(FLERR,"Fix_modify pressure ID does not compute pressure");
return 2;
}
return 0;
} else return FixRigid::modify_param(narg,arg);
}
/* ---------------------------------------------------------------------- */