Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Archith Iyer authored and Archith Iyer committed Nov 27, 2024
1 parent 3631ea2 commit 0a131a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/m_helper_basic.f90
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ end function f_approx_equal
logical function f_is_default(var) result(res)
real(wp), intent(in) :: var

res = f_approx_equal(var, real(dflt_real, wp))
res = f_approx_equal(var, dflt_real)
end function f_is_default

!> Checks if ALL elements of a real(wp) array are of default value.
Expand Down

0 comments on commit 0a131a9

Please sign in to comment.