Skip to content

Commit afcfff6

Browse files
loiseaujczoziha
andauthored
Update src/dzfftb.f90
Co-authored-by: ZUO Zhihua <[email protected]>
1 parent a46a745 commit afcfff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dzfftb.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ subroutine dzfftb(n, r, azero, a, b, wsave)
33
implicit none
44
integer, intent(in) :: n
55
real(dp), intent(out) :: r(*)
6-
real(dp), intent(in) :: wsave(*)
6+
real(dp), intent(inout) :: wsave(*)
77
real(dp), intent(in) :: azero, a(*), b(*)
88
integer :: i, ns2
99
if (n < 2) then

0 commit comments

Comments
 (0)