Skip to content

Commit f6d82fd

Browse files
committed
Test: add hide to intent
1 parent 21c59d5 commit f6d82fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/fftlog.pyf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ python module _fftlog ! in
1919
real*8 intent(in) :: dlnr
2020
real*8 optional, intent(in, out) :: kr=1
2121
integer optional, intent(in) :: kropt=1
22-
real*8 dimension(2*n+3*(n/2)+19), intent(out) :: wsave
23-
logical intent(out) :: ok
22+
real*8 dimension(2*n+3*(n/2)+19), intent(hide, out) :: wsave
23+
logical intent(hide, out) :: ok
2424
end subroutine fhti
2525
subroutine fftl(n,a,rk,dir,wsave) ! in :fftlog:src/fftlog.f
2626
integer, optional, intent(hide), depend(a) :: n=len(a)

0 commit comments

Comments
 (0)