We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a36aa9a commit beb50b8Copy full SHA for beb50b8
src/Utilities/MathUtil.f90
@@ -89,7 +89,7 @@ logical function is_close(a, b, rtol, atol, symmetric)
89
lrtol = rtol
90
end if
91
if (.not. present(atol)) then
92
- latol = DSAME
+ latol = DZERO
93
else
94
latol = atol
95
0 commit comments