stardis

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

commit 86a1b15a43d968304f4f6114cfe89ff1e3a39bdc
parent 7dc1cc64316d6ab09aefa033cce75bff99729a20
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Fri, 28 Feb 2025 10:51:12 +0100

Revert the f8c9eae commit

The -g option was there already

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 @@ -466,7 +466,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(" [-g] [-I initial_time] [-L interface_probes] [-l interface_probes]\n"); + PRINT(" [-I initial_time] [-L interface_probes] [-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");