commit 8a5d940548128569a0444f9e3e489aaf4b0b4617
parent 9cbcd3f1ca58337bc6c39e6aa115fbf22369fc53
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Wed, 4 Mar 2026 10:18:34 +0100
Fix input variable names in the sgas_get_props API
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/sgas.h b/src/sgas.h
@@ -93,10 +93,10 @@ sgas_ref_put
SGAS_API res_T
sgas_get_props
- (const struct sgas* medium,
+ (const struct sgas* gas,
const double pos[3],
const double time,
- struct sgas_props* gas);
+ struct sgas_props* props);
END_DECLS