forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@5686 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
581958ddb7
commit
a47559a1f8
|
@ -61,7 +61,7 @@ FixAveHisto::FixAveHisto(LAMMPS *lmp, int narg, char **arg) :
|
|||
size_vector = 4;
|
||||
extvector = 0;
|
||||
array_flag = 1;
|
||||
size_local_cols = 3;
|
||||
size_array_cols = 3;
|
||||
extarray = 0;
|
||||
time_depend = 1;
|
||||
|
||||
|
@ -432,7 +432,7 @@ FixAveHisto::FixAveHisto(LAMMPS *lmp, int narg, char **arg) :
|
|||
// allocate and initialize memory for averaging
|
||||
|
||||
if (beyond == EXTRA) nbins += 2;
|
||||
size_local_rows = nbins;
|
||||
size_array_rows = nbins;
|
||||
|
||||
bin = new double[nbins];
|
||||
bin_total = new double[nbins];
|
||||
|
|
Loading…
Reference in New Issue