#include "implicit_f.inc"
Go to the source code of this file.
◆ nintrn()
| integer function nintrn |
( |
integer | iext, |
|
|
integer, dimension(m,n) | ntn, |
|
|
integer | m, |
|
|
integer | n ) |
Definition at line 28 of file nintrn.F.
29
30
31
32#include "implicit_f.inc"
33
34
35
36 INTEGER IEXT, M, N
37 INTEGER NTN(M,N)
38
39
40
41 INTEGER I
42
43 DO 100 i=1,n
44 IF(ntn(m,i)==iext)THEN
46 RETURN
47 ENDIF
48 100 CONTINUE
50 RETURN
integer function nintrn(iext, ntn, m, n)