38
39
40
43
44
45
46#include "implicit_f.inc"
47
48
49
50#include "chara_c.inc"
51
52
53
54 INTEGER MRDATA, MIDATA
55 parameter(mrdata=3,midata=9)
56 INTEGER, DIMENSION(:),ALLOCATABLE :: IDATA
58 + , DIMENSION(:),ALLOCATABLE :: rdata
59 INTEGER I
60
61
62 INTEGER :: DYN_LIB_MODE
63
64
65
66
67
69
70
72 dyn_lib_mode = 0
75 * got_path, path, lenpath )
76
77
78
79
81
82
83
84 ALLOCATE(idata(midata))
85 ALLOCATE(rdata(mrdata))
86 DO i=1,midata
87 idata(i)=0
88 ENDDO
89 DO i=1,mrdata
90 rdata(i)=zero
91 ENDDO
92
93 CALL radioss2(idata, midata, rdata, mrdata)
94
95 RETURN
type(dyn_lib_type), dimension(:), allocatable dlib_struct
subroutine init_dyn_lib_struc(mode)
integer, parameter nbr_dlib
character(len=outfile_char_len) outfile_name
subroutine radioss2(idata, midata, rdata, mrdata)
void radioss_set_env_variable(char *variable, char *value, int *len_value)
subroutine execargcheck(output)