git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@3624 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -50,13 +50,14 @@ FixAveSpatial::FixAveSpatial(LAMMPS *lmp, int narg, char **arg) :
|
||||
|
||||
MPI_Comm_rank(world,&me);
|
||||
|
||||
no_change_box = 1;
|
||||
time_depend = 1;
|
||||
|
||||
nevery = atoi(arg[3]);
|
||||
nrepeat = atoi(arg[4]);
|
||||
nfreq = atoi(arg[5]);
|
||||
|
||||
global_freq = nfreq;
|
||||
no_change_box = 1;
|
||||
time_depend = 1;
|
||||
|
||||
if (strcmp(arg[6],"x") == 0) dim = 0;
|
||||
else if (strcmp(arg[6],"y") == 0) dim = 1;
|
||||
else if (strcmp(arg[6],"z") == 0) dim = 2;
|
||||
@ -293,7 +294,6 @@ FixAveSpatial::FixAveSpatial(LAMMPS *lmp, int narg, char **arg) :
|
||||
array_flag = 1;
|
||||
size_local_rows = BIG;
|
||||
size_local_cols = nvalues+2;
|
||||
global_freq = nfreq;
|
||||
extarray = 0;
|
||||
|
||||
// setup scaling
|
||||
|
||||
Reference in New Issue
Block a user