htgop

Optical properties of a gas mixture
git clone git://git.meso-star.fr/htgop.git
Log | Files | Refs | README | LICENSE

commit a03e8e77fe521991a4ba6c82724b30f2161f9545
parent 33587a304a695de5d1596a4db74bcd7687449825
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Tue, 18 Sep 2018 16:47:42 +0200

Fix a typo

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

diff --git a/src/htgop.c b/src/htgop.c @@ -696,7 +696,7 @@ htgop_get_sw_spectral_interval if(!htgop || !interval) return RES_BAD_ARG; HTGOP(get_sw_spectral_intervals_count(htgop, &n)); if(ispecint >= n) { - log_err(htgop, "%s: invalid long wave spectral interval `%lu'.\n", + log_err(htgop, "%s: invalid short wave spectral interval `%lu'.\n", FUNC_NAME, (unsigned long)ispecint); return RES_BAD_ARG; }