forked from lijiext/lammps
remove unused variable
This commit is contained in:
parent
1074c6734b
commit
053ee54a27
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue