Commit 053ee54a authored by Dan Ibanez's avatar Dan Ibanez
Browse files

remove unused variable

parent 1074c673
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -157,7 +157,7 @@ int NeighborKokkos::check_distance_kokkos()
{
  typedef DeviceType device_type;

  double delx,dely,delz,rsq;
  double delx,dely,delz;
  double delta,delta1,delta2;

  if (boxcheck) {