star-line

Structure for accelerating line importance sampling
git clone git://git.meso-star.fr/star-line.git
Log | Files | Refs | README | LICENSE

commit 93fd6bad7711451a4dda4056a2329ccd6271c9ff
parent 93bc30c7734727aed47697edc65903ca1f16c1f3
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Mon,  4 May 2026 13:26:35 +0200

sln-slab: fix an error message

The error message displayed when the acceleration structure was not
defined mentioned an incorrect option.

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

diff --git a/src/sln_slab.c b/src/sln_slab.c @@ -151,7 +151,7 @@ args_init(struct args* args, int argc, char** argv) } (void)0 MANDATORY(args->molparams, "molparams", 'm'); MANDATORY(args->lines, "line list", 'l'); - MANDATORY(args->tree, "acceleration structure", 's'); + MANDATORY(args->tree, "acceleration structure", 'a'); #undef MANDATORY exit: