#include "implicit_f.inc"
#include "com01_c.inc"
Go to the source code of this file.
◆ hm_read_implicit()
| subroutine hm_read_implicit |
( |
type(submodel_data), dimension(*), intent(in) | lsubmodel | ) |
|
Definition at line 35 of file hm_read_implicit.F.
36
37
38
39
40
41
42
43
44
45
46
47
50
51
52
53#include "implicit_f.inc"
54
55
56
57#include "com01_c.inc"
58
59
60
61
62 TYPE(SUBMODEL_DATA),INTENT(IN)::LSUBMODEL(*)
63
64
65
66
67 INTEGER I,NB_IMPLICIT,SUB_ID
68 LOGICAL IS_AVAILABLE
69
70 is_available = .false.
71
72 iimplicit = 0
73
76 DO i=1,nb_implicit
78 . submodel_id = sub_id)
79 IF(sub_id == 0) THEN
80 iimplicit = 1
81 EXIT
82 END IF
83 ENDDO
84
85 RETURN
subroutine hm_option_count(entity_type, hm_option_number)
subroutine hm_option_start(entity_type)