forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@1650 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
ad6bfadf6c
commit
848aece2b4
|
@ -53,8 +53,8 @@
|
|||
<P><B>Examples:</B>
|
||||
</P>
|
||||
<PRE>fix 1 all ave/time 100 5 1000 myTemp thermo_temp file temp.profile
|
||||
fix 1 all ave/time 100 5 1000 thermo_press<B>2</B> ave window 20
|
||||
fix 1 all ave/time 1 100 1000 f_indent f_indent<B>1</B> file temp.indent
|
||||
fix 1 all ave/time 100 5 1000 thermo_press[2] ave window 20
|
||||
fix 1 all ave/time 1 100 1000 f_indent f_indent[1] file temp.indent
|
||||
</PRE>
|
||||
<P><B>Description:</B>
|
||||
</P>
|
||||
|
|
|
@ -40,8 +40,8 @@ keyword = {file} or {ave} :l
|
|||
[Examples:]
|
||||
|
||||
fix 1 all ave/time 100 5 1000 myTemp thermo_temp file temp.profile
|
||||
fix 1 all ave/time 100 5 1000 thermo_press[2] ave window 20
|
||||
fix 1 all ave/time 1 100 1000 f_indent f_indent[1] file temp.indent :pre
|
||||
fix 1 all ave/time 100 5 1000 thermo_press\[2\] ave window 20
|
||||
fix 1 all ave/time 1 100 1000 f_indent f_indent\[1\] file temp.indent :pre
|
||||
|
||||
[Description:]
|
||||
|
||||
|
|
Loading…
Reference in New Issue