stardis

Perform coupled heat transfer calculations
git clone git://git.meso-star.fr/stardis.git
Log | Files | Refs | README | LICENSE

commit 5bd70c98a86391d41dda53b5793e6788082eb4f2
parent c704bcddcb49475aa46ade89ab4814377c8221f9
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Thu, 23 Apr 2020 18:31:15 +0200

Fix an error message

Diffstat:
Msrc/stardis-parsing.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/stardis-parsing.c b/src/stardis-parsing.c @@ -836,7 +836,7 @@ parse_args if(args->mode & GREEN_MODE) { res = RES_BAD_ARG; logger_print(args->logger, LOG_ERROR, - "Option -%c can only be used in conjunction with -%c.\n", + "Option -%c cannot be used in conjunction with -%c.\n", mode_option(DUMP_PATHS), mode_option(GREEN_MODE)); goto error; }