atob Subroutine

subroutine atob(n, a, ja, ia, b, jb, ib)

Arguments

Type IntentOptional Attributes Name
integer :: n
real(kind=8) :: a(*)
integer :: ja(*)
integer :: ia(n+1)
real(kind=8) :: b(*)
integer :: jb(*)
integer :: ib(n+1)

Variables

Type Visibility Attributes Name Initial
integer, public :: i