OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
nintrn.F File Reference
#include "implicit_f.inc"

Go to the source code of this file.

Functions/Subroutines

integer function nintrn (iext, ntn, m, n)

Function/Subroutine Documentation

◆ nintrn()

integer function nintrn ( integer iext,
integer, dimension(m,n) ntn,
integer m,
integer n )

Definition at line 28 of file nintrn.F.

29C-----------------------------------------------
30C I m p l i c i t T y p e s
31C-----------------------------------------------
32#include "implicit_f.inc"
33C-----------------------------------------------
34C D u m m y A r g u m e n t s
35C-----------------------------------------------
36 INTEGER IEXT, M, N
37 INTEGER NTN(M,N)
38C-----------------------------------------------
39C L o c a l V a r i a b l e s
40C-----------------------------------------------
41 INTEGER I
42C-----------------------------------------------
43 DO 100 i=1,n
44 IF(ntn(m,i)==iext)THEN
45 nintrn=i
46 RETURN
47 ENDIF
48 100 CONTINUE
49 nintrn=0
50 RETURN
integer function nintrn(iext, ntn, m, n)
Definition nintrn.F:29