forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@1255 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
37a0314b3b
commit
2398720648
|
@ -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"
|
||||
|
|
|
@ -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:]
|
||||
|
||||
|
|
Loading…
Reference in New Issue