git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8322 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -140,7 +140,7 @@ FixAveCorrelate::FixAveCorrelate(LAMMPS * lmp, int narg, char **arg):
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
iarg += 2;
|
iarg += 2;
|
||||||
} else if (strcmp(arg[iarg],"rewrite") == 0) {
|
} else if (strcmp(arg[iarg],"overwrite") == 0) {
|
||||||
overwrite = 1;
|
overwrite = 1;
|
||||||
iarg += 1;
|
iarg += 1;
|
||||||
} else if (strcmp(arg[iarg],"title1") == 0) {
|
} else if (strcmp(arg[iarg],"title1") == 0) {
|
||||||
|
|||||||
@ -940,7 +940,7 @@ void FixAveHisto::options(int narg, char **arg)
|
|||||||
else if (strcmp(arg[iarg+1],"extra") == 0) beyond = EXTRA;
|
else if (strcmp(arg[iarg+1],"extra") == 0) beyond = EXTRA;
|
||||||
else error->all(FLERR,"Illegal fix ave/histo command");
|
else error->all(FLERR,"Illegal fix ave/histo command");
|
||||||
iarg += 2;
|
iarg += 2;
|
||||||
} else if (strcmp(arg[iarg],"rewrite") == 0) {
|
} else if (strcmp(arg[iarg],"overwrite") == 0) {
|
||||||
overwrite = 1;
|
overwrite = 1;
|
||||||
iarg += 1;
|
iarg += 1;
|
||||||
} else if (strcmp(arg[iarg],"title1") == 0) {
|
} else if (strcmp(arg[iarg],"title1") == 0) {
|
||||||
|
|||||||
@ -218,7 +218,7 @@ FixAveSpatial::FixAveSpatial(LAMMPS *lmp, int narg, char **arg) :
|
|||||||
}
|
}
|
||||||
iarg += 2;
|
iarg += 2;
|
||||||
if (ave == WINDOW) iarg++;
|
if (ave == WINDOW) iarg++;
|
||||||
} else if (strcmp(arg[iarg],"rewrite") == 0) {
|
} else if (strcmp(arg[iarg],"overwrite") == 0) {
|
||||||
overwrite = 1;
|
overwrite = 1;
|
||||||
iarg += 1;
|
iarg += 1;
|
||||||
} else if (strcmp(arg[iarg],"title1") == 0) {
|
} else if (strcmp(arg[iarg],"title1") == 0) {
|
||||||
|
|||||||
@ -875,7 +875,7 @@ void FixAveTime::options(int narg, char **arg)
|
|||||||
memory->grow(offlist,noff+1,"ave/time:offlist");
|
memory->grow(offlist,noff+1,"ave/time:offlist");
|
||||||
offlist[noff++] = atoi(arg[iarg+1]);
|
offlist[noff++] = atoi(arg[iarg+1]);
|
||||||
iarg += 2;
|
iarg += 2;
|
||||||
} else if (strcmp(arg[iarg],"rewrite") == 0) {
|
} else if (strcmp(arg[iarg],"overwrite") == 0) {
|
||||||
overwrite = 1;
|
overwrite = 1;
|
||||||
iarg += 1;
|
iarg += 1;
|
||||||
} else if (strcmp(arg[iarg],"title1") == 0) {
|
} else if (strcmp(arg[iarg],"title1") == 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user