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

This commit is contained in:
sjplimp 2009-07-21 14:29:57 +00:00
parent aab0991c4c
commit 1bd17c65d2
1 changed files with 2 additions and 1 deletions

View File

@ -432,7 +432,8 @@ void Force::set_special(int narg, char **arg)
/* ----------------------------------------------------------------------
compute bounds implied by numeric str with a possible wildcard asterik
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
return nlo,nhi
------------------------------------------------------------------------- */