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

This commit is contained in:
sjplimp
2008-01-02 19:25:15 +00:00
parent b2e9f7dc10
commit c10f59aa18
90 changed files with 2077 additions and 1793 deletions

View File

@ -44,15 +44,15 @@ be used for diagnostic purposes or as a debugging tool to monitor some
quantity during a run. The text string must be a single argument, so
it should be enclosed in double quotes if it is more than one word.
If it contains variables it must be enclosed in double quotes to
insure they are not evaluated when the input script is read, but will
instead be evaluated when the string is printed.
insure they are not evaluated when the input script line is read, but
will instead be evaluated each time the string is printed.
</P>
<P>See the <A HREF = "variable.html">variable</A> command for a description of <I>equal</I>
style variables which are the most useful ones to use with the fix
print command, since they are evaluated afresh each timestep that the
fix print line is output. Equal-style variables can calculate
formulas involving mathematical operations, atom properties, group
properties, thermodyanimc properties, global values calculated by a
fix print line is output. Equal-style variables calculate formulas
involving mathematical operations, atom properties, group properties,
thermodyanimc properties, global values calculated by a
<A HREF = "compute.html">compute</A> or <A HREF = "fix.html">fix</A>, or references to other
<A HREF = "variable.html">variables</A>.
</P>