commit 94cd3021f4846dabd915327835b07700df38bbab
parent b38f31cc8a571eb6becff1b466b1e1d6bbf15dea
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Mon, 28 Feb 2022 18:15:38 +0100
Fix test_sdis_solve_boundary
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/test_sdis_solve_boundary.c b/src/test_sdis_solve_boundary.c
@@ -531,7 +531,7 @@ main(int argc, char** argv)
bound_args.rng_state = NULL;
bound_args.rng_type = SSP_RNG_TYPE_NULL;
BA(SOLVE(box_scn, &bound_args, &estimator2));
- probe_args.rng_type =
+ bound_args.rng_type =
SDIS_SOLVE_BOUNDARY_ARGS_DEFAULT.rng_type == SSP_RNG_THREEFRY
? SSP_RNG_MT19937_64 : SSP_RNG_THREEFRY;
OK(SOLVE(box_scn, &bound_args, &estimator2));