htsky

Load and structure a vertically stratified atmosphere
git clone git://git.meso-star.fr/htsky.git
Log | Files | Refs | README | LICENSE

commit f7c17439b8e84039c438ff4617c9be9ebd95175c
parent 5ba5ee40e5e0b53bb3e91be01cdacb44ad66e45d
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Tue,  2 Feb 2021 08:41:31 +0100

Fix some comments

Diffstat:
Msrc/htsky.h | 4++--
Msrc/htsky_svx.h | 2+-
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/htsky.h b/src/htsky.h @@ -65,7 +65,7 @@ enum htsky_svx_op { enum htsky_spectral_type { HTSKY_SPECTRAL_LW, /* Longwave */ - HTSKY_SPECTRAL_SW, /* Longwave */ + HTSKY_SPECTRAL_SW, /* Shortwave */ HTSKY_SPECTRAL_TYPES_COUNT__ }; @@ -93,7 +93,7 @@ struct htsky_args { HTSKY_SPECTRAL_TYPES_COUNT__, /* spectral type */ \ {DBL_MAX,-DBL_MAX}, /* Spectral integration range */ \ {UINT_MAX, UINT_MAX, UINT_MAX}, /* Maximum definition of the grid */ \ - 1, /* Optical thickness a*/ \ + 1, /* Optical thickness */ \ (unsigned)~0, /* #threads */ \ 0, /* Repeat clouds */ \ 0 /* Verbosity level */ \ diff --git a/src/htsky_svx.h b/src/htsky_svx.h @@ -21,7 +21,7 @@ #include <rsys/math.h> - /* +/* * SVX Memory layout * ----------------- *