Use isfinite function instead of finite function
The C function to check if a number is finite is 'isfinite()'. Obviously the 'finite()' function is from C89 and was deprecated with C99 but not yet removed. At least with the default compiler on macosx 12.5 (arm64) the function was removed so we switch to 'isfinite()'.
Merge request reports
Activity
Filter activity
added BugFix Reconstruction labels
requested review from @s.zharko
assigned to @se.gorbunov
added 1 commit
- 9abe3e3d - Use isfinite function instead of finite function
Dear @se.gorbunov, @v.akishina,
you have been identified as code owner of at least one file which was changed with this merge request.
Please check the changes and approve them or request changes.
added CodeOwners label
added 3 commits
-
9abe3e3d...07600838 - 2 commits from branch
computing:master
- 964439ec - Use isfinite function instead of finite function
-
9abe3e3d...07600838 - 2 commits from branch
enabled an automatic merge when the pipeline for 964439ec succeeds
Please register or sign in to reply