#include "implicit_f.inc"
#include "com04_c.inc"
Go to the source code of this file.
◆ preleclas()
| subroutine preleclas |
( |
integer | num, |
|
|
integer | numr, |
|
|
type(submodel_data), dimension(*), intent(in) | lsubmodel ) |
Definition at line 35 of file lpreleclas.F.
36
37
38
42
43
44
45#include "implicit_f.inc"
46
47
48
49#include "com04_c.inc"
50
51
52
53 INTEGER NUM,NUMR
54 TYPE(SUBMODEL_DATA),INTENT(IN) ::LSUBMODEL(*)
55
56
57
58 INTEGER :: I,ID,NL,UID
59 CHARACTER(LEN=NCHARKEY) :: KEY,KEY2
60 CHARACTER(LEN=NCHARTITLE) :: TITR
61 LOGICAL IS_AVAILABLE
62
63
64
65 num = 0
66 numr = 0
67
69
70 DO i=1,nlaser
71
74 . option_titr = titr ,
75 . unit_id = uid ,
76 . keyword2 = key )
77
78 CALL hm_get_intv ('np
' ,NL ,IS_AVAILABLE, LSUBMODEL)
79 NUM = NUM + 6 + 2*(NL+1)
80 NUMR = NUMR + 7
81
82
83 ENDDO
84
85 RETURN
subroutine hm_get_intv(name, ival, is_available, lsubmodel)
subroutine hm_option_start(entity_type)
integer, parameter nchartitle
integer, parameter ncharkey