atrstm

Load and structure a combustion gas mixture
git clone git://git.meso-star.fr/atrstm.git
Log | Files | Refs | README | LICENSE

commit 7b603cafe96fd4461d769f0c4d5cce5b2ae4ce4b
parent 5a6c224eb30e69a8388e5ba6aebee68b8d1f3987
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Thu, 15 Apr 2021 12:11:04 +0200

Update the check_fetch_radcoefs_svx_args function

Diffstat:
Msrc/atrstm_svx.c | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/atrstm_svx.c b/src/atrstm_svx.c @@ -39,9 +39,7 @@ check_fetch_radcoefs_svx_args || !(args->operations_mask & ATRSTM_SVX_OPS_MASK_ALL)) return 0; - if(args->iband != ATRSTM_FETCH_RADCOEFS_SVX_ARGS_DEFAULT.iband /* Not use */ - || args->iquad != ATRSTM_FETCH_RADCOEFS_SVX_ARGS_DEFAULT.iquad /* Not use */ - || atrstm->spectral_type != ATRSTM_SPECTRAL_SW) { + if(atrstm->spectral_type != ATRSTM_SPECTRAL_SW) { log_err(atrstm, "%s: only shortwave is currently supported.\n", func_name); return 0;