rnatm

Load and structure data describing an atmosphere
git clone git://git.meso-star.fr/rnatm.git
Log | Files | Refs | README | LICENSE

commit 312ed2569dfa030597764cfda5fb66ddb177a4d2
parent e0b60364cae4e842e611f47288944e74c8cdcd23
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 27 Jul 2022 11:39:53 +0200

Fix a compilation error

Diffstat:
Msrc/rnatm.h | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/rnatm.h b/src/rnatm.h @@ -46,6 +46,7 @@ /* Forward declaration of external data types */ struct logger; struct mem_allocator; +struct svx_voxel; enum rnatm_radcoef { RNATM_RADCOEF_Ka, /* Absorption coefficient */