From d28a068cedb47d3c1671e1f6df2d3f9676aa3c50 Mon Sep 17 00:00:00 2001 From: sjplimp Date: Thu, 3 Jul 2008 14:59:09 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@1937 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- doc/fix_ave_time.html | 2 +- doc/fix_ave_time.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/fix_ave_time.html b/doc/fix_ave_time.html index bbfb34e9b1..bb904c9c89 100644 --- a/doc/fix_ave_time.html +++ b/doc/fix_ave_time.html @@ -52,7 +52,7 @@

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 
 
diff --git a/doc/fix_ave_time.txt b/doc/fix_ave_time.txt index bf1524e8cc..0fc1d06255 100644 --- a/doc/fix_ave_time.txt +++ b/doc/fix_ave_time.txt @@ -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