Commit 2293c190 authored by sjplimp's avatar sjplimp
Browse files

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@1294 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent b06573d3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -67,8 +67,8 @@ fix-ID of the appropriate fix.
</P>
<P><B>Related commands:</B>
</P>
<P><A HREF = "fix.html">fix</A>, <A HREF = "temperature.html">temperature</A>,
<A HREF = "thermo_style.html">thermo_style</A>
<P><A HREF = "fix.html">fix</A>, <A HREF = "compute_temp.html">compute temp</A>, <A HREF = "compute_pressure.html">compute
pressure</A>, <A HREF = "thermo_style.html">thermo_style</A>
</P>
<P><B>Default:</B>
</P>
+2 −2
Original line number Diff line number Diff line
@@ -60,8 +60,8 @@ fix-ID of the appropriate fix.

[Related commands:]

"fix"_fix.html, "temperature"_temperature.html,
"thermo_style"_thermo_style.html
"fix"_fix.html, "compute temp"_compute_temp.html, "compute
pressure"_compute_pressure.html, "thermo_style"_thermo_style.html

[Default:]

+4 −4
Original line number Diff line number Diff line
@@ -131,11 +131,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 + underscore + "temp" or fix_ID
+ underscore + "press", 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 + underscore + "temp" or fix_ID
+ underscore + "press", 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
@@ -135,11 +135,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 + underscore + "temp" or fix_ID
+ underscore + "press", 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>
Loading