From 1bd17c65d21e7a20f5f1af853aabd130bc5dd411 Mon Sep 17 00:00:00 2001 From: sjplimp Date: Tue, 21 Jul 2009 14:29:57 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@2995 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/force.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/force.cpp b/src/force.cpp index a1cb6402d9..e04206eaf1 100644 --- a/src/force.cpp +++ b/src/force.cpp @@ -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 ------------------------------------------------------------------------- */