Skip to content

Commit

Permalink
Remove intent(out) for ab13bd in analysis.pyf
Browse files Browse the repository at this point in the history
  • Loading branch information
roryyorke committed Jul 22, 2023
1 parent 0277e72 commit 4699356
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion slycot/src/analysis.pyf
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,6 @@ function ab13bd(dico,jobn,n,m,p,a,lda,b,ldb,c,ldc,d,ldd,nq,tol,dwork,ldwork,iwar
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)))
integer intent(out) :: iwarn
integer intent(out) :: info
double precision intent(out) :: ab13bd
end function ab13bd
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
character intent(in) :: dico
Expand Down

0 comments on commit 4699356

Please sign in to comment.