-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathslug_I.f90
20 lines (20 loc) · 844 Bytes
/
slug_I.f90
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
MODULE slug_I
INTERFACE
!...Generated by Pacific-Sierra Research 77to90 4.3E 14:44:54 12/27/06
SUBROUTINE slug (I, J, VARMAX, VARUPP, VARNED, ANSATS, ORG, LOCK, DUBBEL&
, LOW, START, STOPP)
integer, INTENT(IN) :: I
integer, INTENT(IN) :: J
integer, INTENT(IN) :: VARMAX
integer, DIMENSION(15,0:10), INTENT(INOUT) :: VARUPP
integer, DIMENSION(15,0:10), INTENT(INOUT) :: VARNED
integer, DIMENSION(15,0:10,0:1), INTENT(IN) :: ANSATS
integer, DIMENSION(15,0:10), INTENT(IN) :: ORG
logical, INTENT(IN) :: LOCK
logical, DIMENSION(15,0:10), INTENT(IN) :: DUBBEL
integer, DIMENSION(15,0:10), INTENT(IN) :: LOW
integer, INTENT(OUT) :: START
integer, INTENT(OUT) :: STOPP
END SUBROUTINE
END INTERFACE
END MODULE