Commit 3a5058da authored by sjplimp's avatar sjplimp
Browse files

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@1634 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent 05308433
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -144,8 +144,7 @@ this, the fix creates its own computes of style "temp" and "pressure",
as if these commands had been issued:
</P>
<PRE>compute fix-ID_temp group-ID temp
</PRE>
<PRE>compute fix-ID_press group-ID pressure fix-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">compute
pressure</A> commands for details.  Note that the
+1 −1
Original line number Diff line number Diff line
@@ -134,7 +134,7 @@ This fix computes a temperature and pressure each timestep. To do
this, the fix creates its own computes of style "temp" and "pressure",
as if these commands had been issued:

compute fix-ID_temp group-ID temp :pre
compute fix-ID_temp group-ID temp
compute fix-ID_press group-ID pressure fix-ID_temp :pre

See the "compute temp"_compute_temp.html and "compute