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

This commit is contained in:
sjplimp
2007-02-21 00:18:01 +00:00
parent 5f537d7841
commit 2dabff1657
16 changed files with 282 additions and 203 deletions

View File

@ -513,10 +513,10 @@ the input script is read. "Name" is the variable name which can be a
single character (referenced as $x in the input script) or a full
string (referenced as ${abc}). The value can be any string. Using
this command-line option is equivalent to putting the line "variable
name index value" at the beginning of the input script. See the
name equal value" at the beginning of the input script. See the
<A HREF = "variable.html">variable</A> command for more info on defining variables
and <A HREF = "Section_commands.html#3_2">this section</A> for more info on using
variables in scripts.
variables in input scripts.
</P>
<HR>