We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3631ea2 commit 0a131a9Copy full SHA for 0a131a9
src/common/m_helper_basic.f90
@@ -49,7 +49,7 @@ end function f_approx_equal
49
logical function f_is_default(var) result(res)
50
real(wp), intent(in) :: var
51
52
- res = f_approx_equal(var, real(dflt_real, wp))
+ res = f_approx_equal(var, dflt_real)
53
end function f_is_default
54
55
!> Checks if ALL elements of a real(wp) array are of default value.
0 commit comments