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

Go to the source code of this file.

Functions/Subroutines

subroutine inicod

Function/Subroutine Documentation

◆ inicod()

subroutine inicod

Definition at line 28 of file inicod.F.

29C-----------------------------------------------
30C I m p l i c i t T y p e s
31C-----------------------------------------------
32#include "implicit_f.inc"
33C-----------------------------------------------
34C C o m m o n B l o c k s
35C-----------------------------------------------
36#include "chrasc_c.inc"
37#include "ascchr_c.inc"
38C-----------------------------------------------
39C L o c a l V a r i a b l e s
40C-----------------------------------------------
41 INTEGER I
42 CHARACTER CH1(0:31)
43C-----------------------------------------------
44 DATA ch1/'0','1','2','3','4','5','6','7',
45 + '8','9','A','B','C','D','E','F',
46 + 'G','H','I','J','K','L','M','N',
47 + 'O','P','Q','R','S','T','U','V'/
48 DO 100 i=0,31
49 codas(i)=ch1(i)
50 iascod(ichar(ch1(i)))=i
51 100 CONTINUE
52 RETURN