commit f0b2132938a1ed624d611de1106ac5afc55ea483 parent 7b603cafe96fd4461d769f0c4d5cce5b2ae4ce4b Author: Vincent Forest <vincent.forest@meso-star.com> Date: Thu, 15 Apr 2021 12:16:26 +0200 Update the check_fetch_radcoefs_svx_voxel_args function Diffstat:
| M | src/atrstm_svx.c | | | 4 | +--- |
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/src/atrstm_svx.c b/src/atrstm_svx.c @@ -63,9 +63,7 @@ check_fetch_radcoefs_svx_voxel_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;