From e9ffa0326c149a59855b6dea2a794271df688adf Mon Sep 17 00:00:00 2001 From: sjplimp Date: Fri, 5 Aug 2011 19:10:30 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@6588 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/fix_ave_spatial.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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