commit 2ecfa280cfb56ba5989ad7b6c8bc0fa075e6e4ae parent 1711c0640687c85ec4746c86abdb835152254d8e Author: Vincent Forest <vincent.forest@meso-star.com> Date: Wed, 24 May 2017 15:15:40 +0200 Fix a misspelling in the CLI man Diffstat:
| M | doc/solstice.1.txt.in | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/solstice.1.txt.in b/doc/solstice.1.txt.in @@ -199,8 +199,8 @@ Trace 100 radiative paths into the solar plant described in *input.yaml*, with respect to the sun direction whose azimuthal and elevations angles are *0* and *90* degrees, respectively. Write the *solstice-output*(5) result to the standard output and postprocess it with the *sed*(1) Unix command to remove the -first line that stores the sun direction from which the radiative paths comes -from. The remaining data that lists the radiative paths geometry are redirected +first line that stores the sun direction from which the radiative paths come +from. The remaining data that list the radiative paths geometry are redirected into the *paths.vtk* file: $ solstice -n 100 -D0,90 -R rcvs.yaml -p default input.yaml | sed '1d' > paths.vtk