star-ck

Describe the radiative properties of gas mixtures
git clone git://git.meso-star.fr/star-ck.git
Log | Files | Refs | README | LICENSE

commit f6efad6beec7b421d8b3139e9fcebe2be91c99de
parent 6605f6e2afe06d85c969b8a09fd7583a8af86530
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 31 Aug 2022 11:45:54 +0200

Minor fix

Diffstat:
Msrc/sck_c.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/sck_c.h b/src/sck_c.h @@ -69,7 +69,7 @@ band_init(struct mem_allocator* allocator, struct band* band) darray_double_init(allocator, &band->quad_pts_cumul); } -extern LOCAL_SYM INLINE void +extern LOCAL_SYM void band_release (struct band* band);