htrdr

Solving radiative transfer in heterogeneous media
git clone git://git.meso-star.fr/htrdr.git
Log | Files | Refs | README | LICENSE

commit ee50b1abc288009eff88a754a94867068393ee76
parent 7de9f9084f93475998f35493a0e830b19e673b65
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Tue, 15 Nov 2022 10:16:58 +0100

htrdr-planeto: fix the parsing of the -N option

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

diff --git a/src/planeto/htrdr_planeto_args.c b/src/planeto/htrdr_planeto_args.c @@ -480,7 +480,7 @@ htrdr_planeto_args_init(struct htrdr_planeto_args* args, int argc, char** argv) *args = HTRDR_PLANETO_ARGS_DEFAULT; - while((opt = getopt(argc, argv, "a:C:dfG:g:hi:N:O:o:S:s:T:t:V:v")) != -1) { + while((opt = getopt(argc, argv, "a:C:dfG:g:hi:NO:o:S:s:T:t:V:v")) != -1) { switch(opt) { case 'a': sa_add(args->aerosols, 1);