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

Go to the source code of this file.

Functions/Subroutines

subroutine redkey1_h3d (key, key0, nkey, carte, ikey, ir)

Function/Subroutine Documentation

◆ redkey1_h3d()

subroutine redkey1_h3d ( character(len=ncharkey), dimension(*) key,
character, dimension(nkey) key0,
integer nkey,
character(len=ncharline100) carte,
integer ikey,
integer ir )

Definition at line 30 of file redkey1_h3d.F.

31C-----------------------------------------------
32C M o d u l e s
33C-----------------------------------------------
35C-----------------------------------------------
36C I m p l i c i t T y p e s
37C-----------------------------------------------
38#include "implicit_f.inc"
39C-----------------------------------------------
40C D u m m y A r g u m e n t s
41C-----------------------------------------------
42 INTEGER NKEY, IKEY, IR, IOK
43 CHARACTER(LEN=NCHARLINE100) :: CARTE
44 CHARACTER(LEN=NCHARKEY) :: KEY(*)
45 CHARACTER KEY0(NKEY)*5
46C-----------------------------------------------
47C L o c a l V a r i a b l e s
48C-----------------------------------------------
49 INTEGER IKEYO, J, JK, I
50 CHARACTER(LEN=NCHARKEY) :: KEYO(9)
51 LOGICAL DETECTED
52C-----------------------------------------------
53 ir=0
54C
55 ikeyo=ikey
56 DO j=1,9
57 keyo(j)=key(j)
58 key(j)=' '
59 ENDDO
60 jk=0
61C
62 DO i=1,ncharline100
63 IF(carte(i:i)=='/')THEN
64 jk=jk+1
65 j=0
66 ELSEIF(carte(i:i)/=' ')THEN
67 j=j+1
68 IF(j<=ncharkey)key(jk)(j:j)=carte(i:i)
69 ENDIF
70 ENDDO
71C
72 detected = .false.
73 DO i=1,nkey
74 ikey=i
75 IF(key(1)(1:5)==key0(ikey)(1:5)) THEN
76 detected = .true.
77 EXIT
78 ENDIF
79 ENDDO
80
81 IF(.NOT. detected)THEN
82 ir=1
83 ikey=ikeyo
84 DO j=1,9
85 key(j)=keyo(j)
86 ENDDO
87
88 ELSE
89 iok = 0
90 j=0
91
92 ENDIF
93
94 RETURN
integer, parameter ncharline100
integer, parameter ncharkey