include space in custom formats to show how spaces can be used to separate columns

This commit is contained in:
Axel Kohlmeyer
2025-03-10 13:30:08 -04:00
parent 5a1aed7957
commit 9c494d0a25
2 changed files with 4 additions and 4 deletions

View File

@ -459,8 +459,8 @@ 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 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 printed to a file via the *file* keyword. Note that all values are
floating point quantities. The default format is %g. You can specify floating point quantities. The default format is " %g". You can specify
a higher precision if desired (e.g., %20.16g). a higher precision if desired (e.g., " %20.16g").
The *title1* and *title2* and *title3* keywords allow specification of The *title1* and *title2* and *title3* keywords allow specification of
the strings that will be printed as the first three lines of the output the strings that will be printed as the first three lines of the output

View File

@ -304,8 +304,8 @@ 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 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 printed to a file via the *file* keyword. Note that all values are
floating point quantities. The default format is %g. You can specify floating point quantities. The default format is " %g". You can specify
a higher precision if desired (e.g., %20.16g). a higher precision if desired (e.g., " %20.16g").
The *title1* and *title2* and *title3* keywords allow specification of 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 the strings that will be printed as the first 2 or 3 lines of the