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 30 of file inicod.F.

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