htrdr

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

commit e45ac338be82686bbf0d410ff2f40c2e694f9688
parent 0e7bf16d5b891fd43e91b9d496c18229913228c3
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Mon,  6 Apr 2020 16:23:20 +0200

Fix a typo in a log message

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

diff --git a/src/htrdr_args.c b/src/htrdr_args.c @@ -472,7 +472,7 @@ htrdr_args_init(struct htrdr_args* args, int argc, char** argv) } if(args->filename_obj && !args->filename_mtl) { fprintf(stderr, - "Missing the path of the file listing the ground materials -- opton '-M'\n"); + "Missing the path of the file listing the ground materials -- option '-M'\n"); res = RES_BAD_ARG; goto error; }