remove redundant initializers

This commit is contained in:
Axel Kohlmeyer 2020-01-22 14:32:34 -05:00
parent 8a1f893b43
commit cc81dc2046
No known key found for this signature in database
GPG Key ID: D9B44E93BF0C375A
1 changed files with 0 additions and 4 deletions

View File

@ -233,10 +233,6 @@ ComputeGlobalAtom::ComputeGlobalAtom(LAMMPS *lmp, int narg, char **arg) :
else size_peratom_cols = nvalues;
nmax = maxvector = 0;
indices = NULL;
varatom = NULL;
vecglobal = NULL;
vector_atom = NULL;
array_atom = NULL;
}