rnsf

Define and load a phase function data format
git clone git://git.meso-star.fr/rnsf.git
Log | Files | Refs | README | LICENSE

commit e2c4c789fbfb94e6980618ca2d954e2478bcefad
parent a65b8be7dbf522634e8a16563d767e5c940fdca7
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 22 Jun 2022 08:59:21 +0200

Fix the parsing of the phase functions per wavelength

Remove a wrong parsing directive

Diffstat:
Msrc/rnsf.c | 6------
1 file changed, 0 insertions(+), 6 deletions(-)

diff --git a/src/rnsf.c b/src/rnsf.c @@ -372,12 +372,6 @@ parse_wlen_phase_fn res = parse_phase_fn(rnsf, txtrdr, &tk_ctx, phase); if(res != RES_OK) goto error; - tk = strtok_r(NULL, " \t", &tk_ctx); - if(tk) { - log_warn(rnsf, "%s:%lu: unexpected text `%s'.\n", - txtrdr_get_name(txtrdr), (unsigned long)txtrdr_get_line_num(txtrdr), tk); - } - exit: return res; error: