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 c2a24f515e1b0a3b6e068927956f28d72fc141c2
parent 717cd9b9694c011af6263be68f950f309b853803
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 25 Jan 2017 17:55:34 +0100

Minor short help code update

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

diff --git a/src/solstice_args.c b/src/solstice_args.c @@ -51,8 +51,7 @@ print_help(const char* program) " -n REALISATIONS number of realisations. Default is %lu.\n", SOLSTICE_ARGS_DEFAULT.nrealisations); printf( -" -o write results to OUTPUT. If not define, write results to\n"); - printf( +" -o write results to OUTPUT. If not define, write results to\n" " standard output.\n"); printf( " -q do not print the helper message when no FILE is submitted.\n");