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 a46a745 commit afcfff6Copy full SHA for afcfff6
src/dzfftb.f90
@@ -3,7 +3,7 @@ subroutine dzfftb(n, r, azero, a, b, wsave)
3
implicit none
4
integer, intent(in) :: n
5
real(dp), intent(out) :: r(*)
6
- real(dp), intent(in) :: wsave(*)
+ real(dp), intent(inout) :: wsave(*)
7
real(dp), intent(in) :: azero, a(*), b(*)
8
integer :: i, ns2
9
if (n < 2) then
0 commit comments