commit 929db8dcbdb2fd5124e53c56f9b6efd5c495940b
parent d06408c1f9624ca02586860b63840aeac63f0547
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Wed, 7 Feb 2018 19:22:48 +0100
Fix a compilation warning
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/solstice_c.h b/src/solstice_c.h
@@ -83,7 +83,7 @@ extern LOCAL_SYM res_T
solstice_create_scaled_ssol_spectrum
(struct solstice* solstice,
const struct solparser_spectrum_id spectrum_id,
- double scale_factor, /* Scale factor applied to the spectrum data */
+ const double scale_factor, /* Scale factor applied to the spectrum data */
struct ssol_spectrum** spectrum);
extern LOCAL_SYM res_T