Subroutine lestop2

subroutine lestop2

        ! Variables
    integer, intent(in) :: n
    integer, intent(in) :: m
    integer, intent(in) :: ns
    double precision, intent(inout), dimension (0:ns,0:m) :: s
    double precision, intent(in), dimension (0:n,0:n) :: an
    double precision, intent(in), dimension (0:m,0:m) :: am
    double precision, intent(in), dimension (0:n,0:m) :: f

end subroutine lestop2

Description of Variables

n

integer, intent(in) :: n

m

integer, intent(in) :: m

ns

integer, intent(in) :: ns

s

double precision, intent(inout), dimension (0:ns,0:m) :: s

an

double precision, intent(in), dimension (0:n,0:n) :: an

am

double precision, intent(in), dimension (0:m,0:m) :: am

f

double precision, intent(in), dimension (0:n,0:m) :: f