Skip to content

Commit 4699356

Browse files
committed
Remove intent(out) for ab13bd in analysis.pyf
1 parent 0277e72 commit 4699356

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

slycot/src/analysis.pyf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,6 @@ function ab13bd(dico,jobn,n,m,p,a,lda,b,ldb,c,ldc,d,ldd,nq,tol,dwork,ldwork,iwar
321321
integer intent(hide),depend(n,m,p) :: ldwork = max(1,max(m*(n+m)+max(n*(n+5),max(m*(m+2),4*p)),n*(max(n,p)+4)+min(n,p)))
322322
integer intent(out) :: iwarn
323323
integer intent(out) :: info
324-
double precision intent(out) :: ab13bd
325324
end function ab13bd
326325
subroutine ab13dd(dico,jobe,equil,jobd,n,m,p,fpeak,a,lda,e,lde,b,ldb,c,ldc,d,ldd,gpeak,tol,iwork,dwork,ldwork,cwork,lcwork,info) ! in AB13DD.f
327326
character intent(in) :: dico

0 commit comments

Comments
 (0)