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

This commit is contained in:
sjplimp 2008-07-30 14:03:56 +00:00
parent 6876ba0ffc
commit 6dad21f7aa
2 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@ commands such as the following, which writes the temperature profile
(assuming z = edim) to the file tmp.profile:
</P>
<PRE>compute ke all ke/atom
variable temp atom c_ke<B></B>/1.5
variable temp atom c_ke[]/1.5
fix 3 all ave/spatial 10 100 1000 z lower 0.05 v_temp &
file tmp.profile units reduced
</PRE>

View File

@ -56,7 +56,7 @@ commands such as the following, which writes the temperature profile
(assuming z = edim) to the file tmp.profile:
compute ke all ke/atom
variable temp atom c_ke[]/1.5
variable temp atom c_ke\[\]/1.5
fix 3 all ave/spatial 10 100 1000 z lower 0.05 v_temp &
file tmp.profile units reduced :pre