Resolve "`DISTRIBUTION, CUTOFFPZ = 0` does not imply cutoff infinity and produces infinite loop"
Merged
requested to merge 409-distribution-cutoffpz-0-does-not-imply-cutoff-infinity-and-produces-infinite-loop into master
All threads resolved!
Closes #409 (closed)
Edited by snuverink_j
Merge request reports
Activity
Filter activity
changed milestone to %OPAL 2.4.0
added Bug + 1 deleted label
added 1 commit
- 7e107d7c - if cutoffpz or cutofflong 0, then cutoff infinity, for #409 (closed)
- Resolved by frey_m
- Resolved by frey_m
Why not setting
cutoffR_m[i]
andcutoffP_m[i]
toDBL_MAX
if the user specifies zero as cut-off? This would simplify the loop and solves the issue.
added 1 commit
- 3e8ce8d5 - set cutoff to infinity early when 0 to simplify checks
mentioned in commit 4b3da348
Please register or sign in to reply