git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@1634 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp 2008-03-18 23:30:54 +00:00
parent 05308433bb
commit 3a5058da48
2 changed files with 3 additions and 4 deletions

View File

@ -143,9 +143,8 @@ values of <I>Pdamp</I> and/or the <I>modulus</I> when using this fix.
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
<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">compute
pressure</A> commands for details. Note that the

View File

@ -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