From 597dc8f9d8a3cd6329e222a75e508b00783f0b50 Mon Sep 17 00:00:00 2001 From: sjplimp Date: Wed, 13 Jun 2012 14:06:14 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8270 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- doc/variable.html | 1 + doc/variable.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/doc/variable.html b/doc/variable.html index 866eb08219..53d63a77b5 100644 --- a/doc/variable.html +++ b/doc/variable.html @@ -200,6 +200,7 @@ string ("2", "3", etc) is assigned. All processors assign the same string to the variable. The loop style can also be specified with two arguments N1 and N2. In this case the loop runs from N1 to N2 inclusive, and the string N1 is initially assigned to the variable. +N1 <= N2 and N2 >= 0 is required.

For the world style, one or more strings are specified. There must be one string for each processor partition or "world". See this diff --git a/doc/variable.txt b/doc/variable.txt index 8d10d8f4dd..359775575d 100644 --- a/doc/variable.txt +++ b/doc/variable.txt @@ -194,6 +194,7 @@ string ("2", "3", etc) is assigned. All processors assign the same string to the variable. The {loop} style can also be specified with two arguments N1 and N2. In this case the loop runs from N1 to N2 inclusive, and the string N1 is initially assigned to the variable. +N1 <= N2 and N2 >= 0 is required. For the {world} style, one or more strings are specified. There must be one string for each processor partition or "world". See "this