Unverified Commit 9de3077b authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

change misleading source code formatting

parent de815ed6
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -70,7 +70,8 @@ FixQTB::FixQTB(LAMMPS *lmp, int narg, char **arg) :
    } else if (strcmp(arg[iarg],"damp") == 0) {
      if (iarg+2 > narg) error->all(FLERR,"Illegal fix qtb command");
      t_period = force->numeric(FLERR,arg[iarg+1]);
      if (t_period <= 0.0) error->all(FLERR,"Fix qtb damp must be > 0.0"); fric_coef = 1/t_period;
      if (t_period <= 0.0) error->all(FLERR,"Fix qtb damp must be > 0.0");
      fric_coef = 1/t_period;
      iarg += 2;
    } else if (strcmp(arg[iarg],"seed") == 0) {
      if (iarg+2 > narg) error->all(FLERR,"Illegal fix qtb command");