diff --git a/src/fix_ave_spatial.cpp b/src/fix_ave_spatial.cpp index 63c366b5cc..f066615e8d 100644 --- a/src/fix_ave_spatial.cpp +++ b/src/fix_ave_spatial.cpp @@ -322,8 +322,8 @@ FixAveSpatial::FixAveSpatial(LAMMPS *lmp, int narg, char **arg) : // this fix produces a global array array_flag = 1; - size_local_rows = BIG; - size_local_cols = 1 + ndim + nvalues; + size_array_rows = BIG; + size_array_cols = 1 + ndim + nvalues; extarray = 0; // setup scaling