diff --git a/doc/doc2/compute_xrd.html b/doc/doc2/compute_xrd.html index e69612ac17..cb2786306c 100644 --- a/doc/doc2/compute_xrd.html +++ b/doc/doc2/compute_xrd.html @@ -46,8 +46,8 @@
compute 1 all xrd 1.541838 Al O 2Theta 0.087 0.87 c 1 1 1 LP 1 echo compute 2 all xrd 1.541838 Al O 2Theta 10 100 c 0.05 0.05 0.05 LP 1 manual-
fix 1 all ave/histo/weights 1 1 1 0.087 0.87 250 c_1[1] c_1[2] mode vector file Rad2Theta.xrd -fix 2 all ave/histo/weights 1 1 1 10 100 250 c_2[1] c_2[2] mode vector file Deg2Theta.xrd +fix 1 all ave/histo/weight 1 1 1 0.087 0.87 250 c_1[1] c_1[2] mode vector file Rad2Theta.xrd +fix 2 all ave/histo/weight 1 1 1 10 100 250 c_2[1] c_2[2] mode vector file Deg2Theta.xrddiff --git a/doc/doc2/fix_ave_chunk.html b/doc/doc2/fix_ave_chunk.html index a1c1a9dc2f..c71b9a6e0a 100644 --- a/doc/doc2/fix_ave_chunk.html +++ b/doc/doc2/fix_ave_chunk.html @@ -61,6 +61,8 @@ file arg = filename filename = file to write results to overwrite arg = none = overwrite output file with only latest output + format arg = string + string = C-style format string title1 arg = string string = text to print as 1st line of output file title2 arg = string @@ -371,6 +373,11 @@ quantities, as explained above. with the latest output, so that it only contains one timestep worth of output. This option can only be used with the ave running setting. +The format keyword sets the numeric format of each value when it is +printed to a file via the file keyword. Note that all values are +floating point quantities. The default format is %g. You can specify +a higher precision if desired, e.g. %20.16g. +
The title1 and title2 and title3 keywords allow specification of the strings that will be printed as the first 3 lines of the output file, assuming the file keyword was used. LAMMPS uses default diff --git a/doc/doc2/fix_ave_time.html b/doc/doc2/fix_ave_time.html index 77c0fd34d8..7705b36c70 100644 --- a/doc/doc2/fix_ave_time.html +++ b/doc/doc2/fix_ave_time.html @@ -53,6 +53,8 @@ file arg = filename filename = name of file to output time averages to overwrite arg = none = overwrite output file with only latest output + format arg = string + string = C-style format string title1 arg = string string = text to print as 1st line of output file title2 arg = string @@ -253,6 +255,11 @@ array sections. with the latest output, so that it only contains one timestep worth of output. This option can only be used with the ave running setting.
+The format keyword sets the numeric format of each value when it is +printed to a file via the file keyword. Note that all values are +floating point quantities. The default format is %g. You can specify +a higher precision if desired, e.g. %20.16g. +
The title1 and title2 and title3 keywords allow specification of the strings that will be printed as the first 2 or 3 lines of the output file, assuming the file keyword was used. LAMMPS uses @@ -328,7 +335,7 @@ ave/spatial, fix ave/histo,
Default:
The option defaults are mode = scalar, ave = one, start = 0, no file -output, title 1,2,3 = strings as described above, and no off settings -for any input values. +output, format = %g, title 1,2,3 = strings as described above, and no +off settings for any input values.