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

This commit is contained in:
sjplimp 2008-07-03 14:59:09 +00:00
parent e5637ddabf
commit d28a068ced
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@
</UL>
<P><B>Examples:</B>
</P>
<PRE>fix 1 all ave/time 100 5 1000 myTemp thermo_temp file temp.profile
<PRE>fix 1 all ave/time 100 5 1000 c_myTemp c_thermo_temp file temp.profile
fix 1 all ave/time 100 5 1000 c_thermo_press[2] ave window 20
fix 1 all ave/time 1 100 1000 f_indent f_indent[1] file temp.indent
</PRE>

View File

@ -39,7 +39,7 @@ 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 c_myTemp c_thermo_temp file temp.profile
fix 1 all ave/time 100 5 1000 c_thermo_press\[2\] ave window 20
fix 1 all ave/time 1 100 1000 f_indent f_indent\[1\] file temp.indent :pre