remove dead code

This commit is contained in:
Axel Kohlmeyer
2022-06-17 13:25:40 -04:00
parent 5b9c4069e9
commit d9646ee537
2 changed files with 0 additions and 2 deletions

View File

@ -255,7 +255,6 @@ void ComputeSNAGrid::compute_array()
int ielem = 0;
if (chemflag)
ielem = map[itype];
const double radi = radelem[itype];
// rij[][3] = displacements between atom I and those neighbors
// inside = indices of neighbors of I within cutoff

View File

@ -254,7 +254,6 @@ void ComputeSNAGridLocal::compute_local()
int ielem = 0;
if (chemflag)
ielem = map[itype];
const double radi = radelem[itype];
// rij[][3] = displacements between atom I and those neighbors
// inside = indices of neighbors of I within cutoff