diff --git a/doc/fix_ave_spatial.html b/doc/fix_ave_spatial.html index 5805f27f03..a37b08c3a1 100644 --- a/doc/fix_ave_spatial.html +++ b/doc/fix_ave_spatial.html @@ -49,9 +49,9 @@

Examples:

-
fix 1 all ave/time 10000 10000 z lower 2.0 centro.profile compute myCentro
-fix 1 flow ave/time 100 1000 y 0.0 1.0 vel.profile atom vx norm sample
-fix 1 flow ave/time 100 1000 y 0.0 1.0 dens.profile density mass 
+
fix 1 all ave/spatial 10000 10000 z lower 2.0 centro.profile compute myCentro
+fix 1 flow ave/spatial 100 1000 y 0.0 1.0 vel.profile atom vx norm sample
+fix 1 flow ave/spatial 100 1000 y 0.0 1.0 dens.profile density mass 
 

Description:

diff --git a/doc/fix_ave_spatial.txt b/doc/fix_ave_spatial.txt index 6e511dd54b..ddaba0fe41 100644 --- a/doc/fix_ave_spatial.txt +++ b/doc/fix_ave_spatial.txt @@ -36,9 +36,9 @@ keyword = {norm} or {units} [Examples:] -fix 1 all ave/time 10000 10000 z lower 2.0 centro.profile compute myCentro -fix 1 flow ave/time 100 1000 y 0.0 1.0 vel.profile atom vx norm sample -fix 1 flow ave/time 100 1000 y 0.0 1.0 dens.profile density mass :pre +fix 1 all ave/spatial 10000 10000 z lower 2.0 centro.profile compute myCentro +fix 1 flow ave/spatial 100 1000 y 0.0 1.0 vel.profile atom vx norm sample +fix 1 flow ave/spatial 100 1000 y 0.0 1.0 dens.profile density mass :pre [Description:]