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

This commit is contained in:
sjplimp
2015-03-12 14:25:00 +00:00
parent ca6790fec2
commit 9f8c7a438a
6 changed files with 42 additions and 10 deletions

View File

@ -136,9 +136,9 @@ variable X delete
contain nested $ characters for other variables to substitute for.
Thus you cannot do this:
</P>
<PRE>variable a equal 2
variable b2 equal 4
print "B2 = ${b$a}"
<PRE>variable a equal 2
variable b2 equal 4
region 1 block ${b$a} 2 INF INF EDGE EDGE
</PRE>
<P>Nor can you specify this $($x-1.0) for an immediate variable, but
you could use $(v_x-1.0), since the latter is valid syntax for an