forked from lijiext/lammps
remove redundant initializers
This commit is contained in:
parent
8a1f893b43
commit
cc81dc2046
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue