#include "implicit_f.inc"
Go to the source code of this file.
◆ alefvm_init()
Definition at line 30 of file alefvm_init.F.
31
32
33
34
35
36
37
38
39
40
41
42
44
45
46
47#include "implicit_f.inc"
48
49
50
51 TYPE ptrarray
52 INTEGER, POINTER :: ptr
53 END TYPE
54
55 TYPE(),ALLOCATABLE,DIMENSION(:) :: FLAG
56
57 INTEGER :: NVAR, I
58
59
60
61
62
63
64
65
67
68
69
70
71 ALLOCATE(flag(32))
73
74
75
76
77
78
80
81
82
83
84
85
95
98 ENDDO
99
100
101
102
103
104
105
106
108
109
110
111
112
113
115
116
117
118
119
120
121 RETURN
type(alefvm_param_), target alefvm_param
integer function nvar(text)