stardis

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

commit df8d45e9ac39650666b2f00bd9b1af3922ec3731
parent f17c24c5ab43e180d140e295d487ecc582c38b7b
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Fri, 23 Feb 2024 18:14:04 +0100

Correction of -L option analysis

Wrong mode set

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

diff --git a/src/stardis-args.c b/src/stardis-args.c @@ -630,7 +630,7 @@ parse_args (char)opt, mode_option(args->mode)); goto error; } - args->mode |= MODE_PROBE_COMPUTE_ON_INTERFACE; + args->mode |= MODE_PROBE_LIST_COMPUTE_ON_INTERFACE; res = parse_probe_boundary_list (optarg, args->logger, args->allocator, &args->probe_boundary_list); if(res != RES_OK) goto error;