star-hitran

Load line-by-line data from the HITRAN database
git clone git://git.meso-star.fr/star-hitran.git
Log | Files | Refs | README | LICENSE

commit 931d5d88fda890b6eef548831e976dc70edae56b
parent 44e117e8f5e657c72e76f81207e953aae3e5e371
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Mon, 14 Feb 2022 15:57:25 +0100

Remove the parse_param_float function

It is no longer used.

Diffstat:
Msrc/shitran_param.c | 1-
Msrc/shitran_param.h | 7-------
2 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/src/shitran_param.c b/src/shitran_param.c @@ -78,5 +78,4 @@ } DEFINE_PARSE_PARAM_FUNCTION(int) DEFINE_PARSE_PARAM_FUNCTION(double) -DEFINE_PARSE_PARAM_FUNCTION(float) #undef DEFINE_PARSE_PARAM_FUNCTION diff --git a/src/shitran_param.h b/src/shitran_param.h @@ -51,11 +51,4 @@ parse_param_double const struct param_desc* desc, double* param); -extern LOCAL_SYM res_T -parse_param_float - (struct shitran* shitran, - const char* str, - const struct param_desc* desc, - float* param); - #endif /* SHITRAN_PARAM_H */