mirror of https://github.com/lammps/lammps.git
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@2010 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
6876ba0ffc
commit
6dad21f7aa
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue