next up previous contents
Next: Maggot/Onion Recursive Procedure Conundrum Up: Interfaces Previous: Interfaces

Solution

And the answer is...

    INTERFACE
     SUBROUTINE SGETRI_F90(A, IPIV, INFO )
       USE LA_PRECISION, ONLY:WP
       REAL(KIND=WP), INTENT(INOUT), DIMENSION(:,:) :: A
       INTEGER, INTENT(IN), DIMENSION(:)            :: IPIV
       INTEGER, INTENT(OUT)                         :: INFO
     END SUBROUTINE SGETRI_F90
    END INTERFACE


next up previous contents
Next: Maggot/Onion Recursive Procedure Conundrum Up: Interfaces Previous: Interfaces

©University of Liverpool, 1997
Thu May 29 10:11:26 BST 1997
Not for commercial use.