Commit eb0e64b2 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

must forward modify_param() processing to FixRigid base class

parent fd0fae48
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -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);
}

/* ---------------------------------------------------------------------- */