rnatm

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

commit d3cef5227c97a0d98dcb06451ef51b4397f549b2
parent c46c63425cf1be297a5d333c3ad0258e660bfefb
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Thu,  8 Sep 2022 15:39:17 +0200

Fix public header compilation when used in C++

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

diff --git a/src/rnatm.h b/src/rnatm.h @@ -182,4 +182,6 @@ rnatm_write_vtk_octrees const size_t spectral_items[2], FILE* stream); +END_DECLS + #endif /* RNATM_H */