remove redundant initializers

This commit is contained in:
Axel Kohlmeyer
2020-01-22 14:32:34 -05:00
parent 8a1f893b43
commit cc81dc2046

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;
}