Commit f07b4802 authored by sjplimp's avatar sjplimp
Browse files

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@1256 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent 23987206
Loading
Loading
Loading
Loading
+13 −6
Original line number Diff line number Diff line
@@ -16,15 +16,22 @@
<PRE>fix ID group-ID print N string keyword value ... 
</PRE>
<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>

</UL>
<P><B>Examples:</B>
</P>
<PRE>fix extra all print 100 "Coords of marker atom = $x $y $z"
+7 −6
Original line number Diff line number Diff line
@@ -12,14 +12,15 @@ fix print command :h3

fix ID group-ID print N string keyword value ... :pre

ID, group-ID are documented in "fix"_fix.html 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 = {file} or {screen} :ul
ID, group-ID are documented in "fix"_fix.html command :ulb,l
print = style name of this fix command :l
N = print every N steps :l
string = text string to print with optional variable names :l
zero or more keyword/value pairs may be appended :l
keyword = {file} or {screen} :l
  {file} value = filename
  {screen} value = {yes} or {no} :pre
:ule

[Examples:]