forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@2995 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
aab0991c4c
commit
1bd17c65d2
|
@ -432,7 +432,8 @@ void Force::set_special(int narg, char **arg)
|
||||||
/* ----------------------------------------------------------------------
|
/* ----------------------------------------------------------------------
|
||||||
compute bounds implied by numeric str with a possible wildcard asterik
|
compute bounds implied by numeric str with a possible wildcard asterik
|
||||||
nmax = upper bound
|
nmax = upper bound
|
||||||
5 possibilities: (1) i = i to i, (2) * = 1 to nmax,
|
5 possibilities:
|
||||||
|
(1) i = i to i, (2) * = 1 to nmax,
|
||||||
(3) i* = i to nmax, (4) *j = 1 to j, (5) i*j = i to j
|
(3) i* = i to nmax, (4) *j = 1 to j, (5) i*j = i to j
|
||||||
return nlo,nhi
|
return nlo,nhi
|
||||||
------------------------------------------------------------------------- */
|
------------------------------------------------------------------------- */
|
||||||
|
|
Loading…
Reference in New Issue