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

This commit is contained in:
sjplimp 2007-12-13 15:38:31 +00:00
parent 37a0314b3b
commit 2398720648
2 changed files with 12 additions and 11 deletions

View File

@ -15,15 +15,16 @@
</P>
<PRE>fix ID group-ID print N string keyword value ...
</PRE>
<P>ID, group-ID are documented in <A HREF = "fix.html">fix</A> command
print = style name of this fix command
N = print every N steps
string = text string to print with optional variable names
zero or more keyword/value pairs may be appended
keyword = <I>file</I> or <I>screen</I>
<I>file</I> value = filename
<I>screen</I> value = <I>yes</I> or <I>no</I>
</P>
<UL><LI>ID, group-ID are documented in <A HREF = "fix.html">fix</A> command
<LI>print = style name of this fix command
<LI>N = print every N steps
<LI>string = text string to print with optional variable names
<LI>zero or more keyword/value pairs may be appended
<LI>keyword = <I>file</I> or <I>screen</I>
</UL>
<PRE> <I>file</I> value = filename
<I>screen</I> value = <I>yes</I> or <I>no</I>
</PRE>
<P><B>Examples:</B>
</P>
<PRE>fix extra all print 100 "Coords of marker atom = $x $y $z"

View File

@ -17,9 +17,9 @@ print = style name of this fix command
N = print every N steps
string = text string to print with optional variable names
zero or more keyword/value pairs may be appended
keyword = {file} or {screen}
keyword = {file} or {screen} :ul
{file} value = filename
{screen} value = {yes} or {no}
{screen} value = {yes} or {no} :pre
[Examples:]