Commit e992bfe5 authored by Dan Ibanez's avatar Dan Ibanez
Browse files

remove unused variable

parent 053ee54a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -191,7 +191,6 @@ void ComputeCoordAtom::compute_peratom()
      c_orientorder->invoked_flag |= INVOKED_PERATOM;
    }
    nqlist = c_orientorder->nqlist;
    int ltmp = l;
    normv = c_orientorder->array_atom;
    comm->forward_comm_compute(this);
  }