mirror of https://github.com/lammps/lammps.git
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@2333 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
029ad19318
commit
fd3be952ad
|
@ -381,7 +381,7 @@ print $a
|
|||
</P>
|
||||
<HR>
|
||||
|
||||
<P>Immediate Evaluation of Variables:
|
||||
<P><B>Immediate Evaluation of Variables:</B>
|
||||
</P>
|
||||
<P>There is a difference between referencing a variable with a leading $
|
||||
sign (e.g. $x or ${abc}) versus with a leading "v_" (e.g. v_x or
|
||||
|
@ -436,7 +436,7 @@ evaluated later.
|
|||
</P>
|
||||
<HR>
|
||||
|
||||
<P>Variable Accuracy:
|
||||
<P><B>Variable Accuracy:</B>
|
||||
</P>
|
||||
<P>Obviously, LAMMPS attempts to evaluate variables containing formulas
|
||||
(<I>equal</I> and <I>atom</I> style variables) accurately whenever the
|
||||
|
|
|
@ -372,7 +372,7 @@ then LAMMPS will run for a while when the print statement is invoked!
|
|||
|
||||
:line
|
||||
|
||||
Immediate Evaluation of Variables:
|
||||
[Immediate Evaluation of Variables:]
|
||||
|
||||
There is a difference between referencing a variable with a leading $
|
||||
sign (e.g. $x or $\{abc\}) versus with a leading "v_" (e.g. v_x or
|
||||
|
@ -427,7 +427,7 @@ evaluated later.
|
|||
|
||||
:line
|
||||
|
||||
Variable Accuracy:
|
||||
[Variable Accuracy:]
|
||||
|
||||
Obviously, LAMMPS attempts to evaluate variables containing formulas
|
||||
({equal} and {atom} style variables) accurately whenever the
|
||||
|
|
Loading…
Reference in New Issue