git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@3690 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -275,8 +275,8 @@ ComputeReduce::ComputeReduce(LAMMPS *lmp, int narg, char **arg) :
|
||||
scalar_flag = 1;
|
||||
if (mode == SUM) extscalar = 1;
|
||||
else extscalar = 0;
|
||||
vector = NULL;
|
||||
onevec = NULL;
|
||||
vector = onevec = NULL;
|
||||
indices = owner = NULL;
|
||||
} else {
|
||||
vector_flag = 1;
|
||||
size_vector = nvalues;
|
||||
|
||||
Reference in New Issue
Block a user