Skip to content
Snippets Groups Projects
Commit 053ee54a authored by Dan Ibanez's avatar Dan Ibanez
Browse files

remove unused variable

parent 1074c673
No related branches found
No related tags found
No related merge requests found
...@@ -157,7 +157,7 @@ int NeighborKokkos::check_distance_kokkos() ...@@ -157,7 +157,7 @@ int NeighborKokkos::check_distance_kokkos()
{ {
typedef DeviceType device_type; typedef DeviceType device_type;
double delx,dely,delz,rsq; double delx,dely,delz;
double delta,delta1,delta2; double delta,delta1,delta2;
if (boxcheck) { if (boxcheck) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment