-
Notifications
You must be signed in to change notification settings - Fork 0
/
matbin_I.f90
23 lines (23 loc) · 970 Bytes
/
matbin_I.f90
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
MODULE matbin_I
INTERFACE
!...Generated by Pacific-Sierra Research 77to90 4.3E 14:44:54 12/27/06
SUBROUTINE matbin (ORG, LOCK, CLOSED, VARMAX, SKAL, SECOND, ANEL0, PAR0&
, LOW, NMAX, LIM, DUBBEL, MINJ, MAXJ)
integer, DIMENSION(15,0:10), INTENT(INOUT) :: ORG
logical, DIMENSION(15,0:10), INTENT(INOUT) :: LOCK
logical, DIMENSION(15,0:10), INTENT(INOUT) :: CLOSED
integer, INTENT(IN) :: VARMAX
integer, INTENT(OUT) :: SKAL
logical, INTENT(INOUT) :: SECOND
integer, INTENT(IN) :: ANEL0
integer, INTENT(OUT) :: PAR0
integer, DIMENSION(15,0:10), INTENT(INOUT) :: LOW
integer, INTENT(OUT) :: NMAX
integer, DIMENSION(15), INTENT(INOUT) :: LIM
logical, DIMENSION(15,0:10), INTENT(OUT) :: DUBBEL
integer, INTENT(IN) :: MINJ
integer, INTENT(IN) :: MAXJ
!...This routine performs I/O.
END SUBROUTINE
END INTERFACE
END MODULE