You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
221 B
Plaintext
8 lines
221 B
Plaintext
20 years ago
|
interface
|
||
|
!.....user passed subroutine.....
|
||
|
subroutine parts(glob_index,nrow,np,pv,nv)
|
||
|
integer, intent (in) :: glob_index,np,nrow
|
||
|
integer, intent (out) :: nv, pv(*)
|
||
|
end subroutine parts
|
||
|
end interface
|