pure function funD_0(b) result(ret) real(dp), intent(in) :: b real(dp) :: ret ret = funD(b, 0.0_dp) end function funD_0