git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@10160 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2013-06-28 19:00:58 +00:00
parent fcc992d386
commit aa33af4032
94 changed files with 638 additions and 590 deletions

View File

@ -57,7 +57,7 @@ DumpCustom::DumpCustom(LAMMPS *lmp, int narg, char **arg) :
clearstep = 1;
nevery = atoi(arg[3]);
nevery = force->inumeric(FLERR,arg[3]);
// size_one may be shrunk below if additional optional args exist
@ -1565,7 +1565,7 @@ int DumpCustom::modify_param(int narg, char **arg)
// set threshhold value
thresh_value[nthresh] = atof(arg[3]);
thresh_value[nthresh] = force->numeric(FLERR,arg[3]);
nthresh++;
return 4;