solstice

Compute collected power and efficiencies of a solar plant
git clone git://git.meso-star.com/solstice.git
Log | Files | Refs | README | LICENSE

commit 31a02902de5bb55ee9a2b8f70f74f9a8390772e4
parent d374286d041bcc92635614a9264bd213fb428811
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Thu, 19 Jan 2017 16:21:03 +0100

Fix misspellings in the sort helper message

Diffstat:
Msrc/solstice_args.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/solstice_args.c b/src/solstice_args.c @@ -38,8 +38,8 @@ print_help(const char* program) { printf( "Usage: %s [OPTIONS] [FILE]\n" -"Integrate the solar flux in a complex solar facilities described in FILE. If\n" -"not define, the solar facilities is read from standard input.\n\n", +"Integrate the solar flux in a complex solar facility described in FILE. If\n" +"not define, the solar facility is read from standard input.\n\n", program); printf( " -D <dirs> list of sun directions.\n");