Commit c501cef9 authored by sjplimp's avatar sjplimp
Browse files

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@478 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent c1d97e6d
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -128,11 +128,11 @@ as if these commands had been issued:
</PRE>
<PRE>compute fix-ID_press group-ID pressure fix-ID_temp 
</PRE>
<P>See the <A HREF = "compute_temp.html">compute temp</A> and <A HREF = "compute_pressure.html<A HREF = "temp"<A HREF = "press"">>>compute
<P>See the <A HREF = "compute_temp.html">compute temp</A> and <A HREF = "compute_pressure.html">compute
pressure</A> commands for details.  Note that the
IDs of the new computes are the fix-ID with </A> or </A>
appended and the group for the new computes is the same as the fix
group.
IDs of the new computes are the fix-ID with underscore + "temp" or
"press" appended and the group for the new computes is the same as the
fix group.
</P>
<P>Note that these are NOT the computes used by thermodynamic output (see
the <A HREF = "thermo_style.html">thermo_style</A> command) with ID = <I>thermo_temp</I>
+3 −3
Original line number Diff line number Diff line
@@ -120,9 +120,9 @@ compute fix-ID_press group-ID pressure fix-ID_temp :pre

See the "compute temp"_compute_temp.html and "compute
pressure"_compute_pressure.html commands for details.  Note that the
IDs of the new computes are the fix-ID with "_temp" or "_press"
appended and the group for the new computes is the same as the fix
group.
IDs of the new computes are the fix-ID with underscore + "temp" or
"press" appended and the group for the new computes is the same as the
fix group.

Note that these are NOT the computes used by thermodynamic output (see
the "thermo_style"_thermo_style.html command) with ID = {thermo_temp}
+4 −4
Original line number Diff line number Diff line
@@ -132,11 +132,11 @@ as if these commands had been issued:
<PRE>compute fix-ID_temp group-ID temp
compute fix-ID_press group-ID pressure fix-ID_temp 
</PRE>
<P>See the <A HREF = "compute_temp.html">compute temp</A> and <A HREF = "compute_pressure.html<A HREF = "temp"<A HREF = "press"">>>compute
<P>See the <A HREF = "compute_temp.html">compute temp</A> and <A HREF = "compute_pressure.html">compute
pressure</A> commands for details.  Note that the
IDs of the new computes are the fix-ID with </A> or </A>
appended and the group for the new computes is the same as the fix
group.
IDs of the new computes are the fix-ID with underscore + "temp" or
"press" appended and the group for the new computes is the same as the
fix group.
</P>
<P>Note that these are NOT the computes used by thermodynamic output (see
the <A HREF = "thermo_style.html">thermo_style</A> command) with ID = <I>thermo_temp</I>
+3 −3
Original line number Diff line number Diff line
@@ -123,9 +123,9 @@ compute fix-ID_press group-ID pressure fix-ID_temp :pre

See the "compute temp"_compute_temp.html and "compute
pressure"_compute_pressure.html commands for details.  Note that the
IDs of the new computes are the fix-ID with "_temp" or "_press"
appended and the group for the new computes is the same as the fix
group.
IDs of the new computes are the fix-ID with underscore + "temp" or
"press" appended and the group for the new computes is the same as the
fix group.

Note that these are NOT the computes used by thermodynamic output (see
the "thermo_style"_thermo_style.html command) with ID = {thermo_temp}
+4 −3
Original line number Diff line number Diff line
@@ -67,9 +67,10 @@ issued:
</P>
<PRE>compute fix-ID_temp group-ID temp 
</PRE>
<P>See the <A HREF = "compute_temp.html<A HREF = "temp"">>compute temp</A> command for details.  Note
that the ID of the new compute is the fix-ID with </A> appended and
the group for the new compute is the same as the fix group.
<P>See the <A HREF = "compute_temp.html">compute temp</A> command for details.  Note
that the ID of the new compute is the fix-ID with underscore + "temp"
appended and the group for the new compute is the same as the fix
group.
</P>
<P>Note that this is NOT the compute used by thermodynamic output (see
the <A HREF = "thermo_style.html">thermo_style</A> command) with ID = <I>thermo_temp</I>.
Loading