stardis

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

commit f8c9eaed46e17500e0e4873686eecbe4b0fd79e2
parent 3c8d91d5b8021a655bcff307a1aae645d5248a78
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Mon, 24 Feb 2025 17:32:49 +0100

Add the missing -g option in stardis help message

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 @@ -461,7 +461,7 @@ usage(FILE* stream) PRINT("stardis [-eghiv] [-a diff_algo] [-D path_type,files_name_prefix]\n"); PRINT(" [-d file_base_name] [-F surface[,time[,time]]]\n"); PRINT(" [-f x,y,z[,time[,time]]] [-G green_bin[,green_ascii]]\n"); - PRINT(" [-I initial_time] [-L interface_probes]\n"); + PRINT(" [-g] [-I initial_time] [-L interface_probes]\n"); PRINT(" [-m medium_name[,time[,time]]] [-n samples_count]\n"); PRINT(" [-o picard_order] [-P x,y,z[,time[,time]][:side_indicator]]\n"); PRINT(" [-p x,y,z[,time[,time]]] [-R rendering_opt[:rendering_opt ...]]\n");