Remove unused var

This commit is contained in:
Stan Moore
2023-03-01 16:25:16 -07:00
parent 6d29e9209d
commit 7d0a28ec43

View File

@ -175,7 +175,6 @@ void FixNeighHistoryKokkos<DeviceType>::post_neighbor()
// store atom counts used for new neighbor list which was just built
nlocal = atom->nlocal;
int nall = nlocal + atom->nghost;
// realloc firstflag and firstvalue if needed