Commit 1d0773d1 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

remove redundant statement

parent 4c28827a
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -75,7 +75,6 @@ void Verlet::init()
  torqueflag = extraflag = 0;
  if (atom->torque_flag) torqueflag = 1;
  if (atom->avec->forceclearflag) extraflag = 1;
  if (atom->sp_flag) extraflag = 1;

  // orthogonal vs triclinic simulation box

@@ -312,7 +311,6 @@ void Verlet::run(int n)
      timer->stamp(Timer::PAIR);
    }


    if (atom->molecular) {
      if (force->bond) force->bond->compute(eflag,vflag);
      if (force->angle) force->angle->compute(eflag,vflag);