remove unused variable

This commit is contained in:
Dan Ibanez 2017-01-25 15:38:41 -07:00
parent 1074c6734b
commit 053ee54a27
1 changed files with 1 additions and 1 deletions

View File

@ -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) {