remove redundant initializers
This commit is contained in:
@ -233,10 +233,6 @@ ComputeGlobalAtom::ComputeGlobalAtom(LAMMPS *lmp, int narg, char **arg) :
|
|||||||
else size_peratom_cols = nvalues;
|
else size_peratom_cols = nvalues;
|
||||||
|
|
||||||
nmax = maxvector = 0;
|
nmax = maxvector = 0;
|
||||||
indices = NULL;
|
|
||||||
varatom = NULL;
|
|
||||||
vecglobal = NULL;
|
|
||||||
|
|
||||||
vector_atom = NULL;
|
vector_atom = NULL;
|
||||||
array_atom = NULL;
|
array_atom = NULL;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user