commit c51839ebd98842de6ae1cb55faa3049d79adab25
parent 059c9bce4f28678e0bb0b5f5d1159a11515f0b47
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Fri, 8 Dec 2023 16:02:27 +0100
Update a comment of the sdis_solve_probe_list_args
We suggested that the RNG state per probe could be managed by the solver
when it is not.
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/sdis.h b/src/sdis.h
@@ -471,8 +471,7 @@ struct sdis_solve_probe_list_args {
size_t nprobes; /* Total number of probes */
/* State/type of the RNG to use for the list of probes to calculate.
- * If a probe defines its own state/type, it takes precedence over the
- * following variables */
+ * The state/type defines per probe is ignored */
struct ssp_rng* rng_state; /* Initial RNG state. May be NULL */
enum ssp_rng_type rng_type; /* RNG type to use if `rng_state' is NULL */
};