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

This commit is contained in:
sjplimp
2007-11-01 16:46:50 +00:00
parent 8779ea9807
commit 05ccdfc151
14 changed files with 249 additions and 41 deletions

View File

@ -51,6 +51,13 @@ atoms that include these constraints will be computed correctly. If
needed, the subtracted degrees-of-freedom can be altered using the
<I>extra</I> option of the <A HREF = "compute_modify.html">compute_modify</A> command.
</P>
<P>A compute of this style with the ID of "thermo_temp" is created when
LAMMPS starts up, as if this command were in the input script:
</P>
<PRE>compute thermo_temp all temp
</PRE>
<P>See the "thermo_style" command for more details.
</P>
<P><B>Restrictions:</B> none
</P>
<P><B>Related commands:</B>