rnatm

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

commit 3c2706e9667454fced321db4a1c18fde546dda21
parent 863ff66c6439f3666316a7368d21e4138c2cd85e
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Mon,  8 May 2023 17:36:02 +0200

Remove unnacessayr inclusion of the s3d.h header

This added a dependency to Star-3D when it was not in use.

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

diff --git a/src/rnatm.h b/src/rnatm.h @@ -23,7 +23,6 @@ #ifndef RNATM_H #define RNATM_H -#include <star/s3d.h> #include <star/suvm.h> #include <star/svx.h>