commit af768adc207d4571da9b14fe72db0c0b5edf09e4
parent 891e1f8b9e69981d2be536248e5eed9f35cddc49
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Thu, 21 Jan 2021 12:25:51 +0100
Update comments in the public header file
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/atrstm.h b/src/atrstm.h
@@ -38,7 +38,7 @@
#define ATRSTM(Func) atrstm_ ## Func
#endif
-/* Optical properties */
+/* Radiative coefficients */
enum atrstm_radcoef {
ATRSTM_RADCOEF_Ks, /* Scattering coefficient */
ATRSTM_RADCOEF_Ka, /* Absorption coefficient */
@@ -162,7 +162,7 @@ struct atrstm;
BEGIN_DECLS
/*******************************************************************************
- * AtgGM API
+ * AtrSTM API
******************************************************************************/
ATRSTM_API res_T
atrstm_create
@@ -187,7 +187,7 @@ ATRSTM_API res_T
atrstm_fetch_radcoefs
(const struct atrstm* atrstm,
const struct atrstm_fetch_radcoefs_args* args,
- double radcoefs[ATRSTM_RADCOEFS_COUNT__]);
+ double radcoefs[ATRSTM_RADCOEFS_COUNT__]); /* In m^-1 */
END_DECLS