Appearance
m
Source: src/tests/prism/regression/reproducers/gfortran16_class_alloc_component.f90
Contents
Derived Types
face_t
Components
| Name | Type | Attributes | Description |
|---|---|---|---|
a | real | allocatable | element type has an allocatable component |
reg_t
Components
| Name | Type | Attributes | Description |
|---|---|---|---|
n | integer | ||
face | type(face_t) | allocatable | allocatable array of the above |
Type-Bound Procedures
| Name | Attributes | Description |
|---|---|---|
init | pass(self) | class() pass(self) — the trigger |
Subroutines
init
fortran
subroutine init(self, n)Arguments
| Name | Type | Intent | Attributes | Description |
|---|---|---|---|---|
self | class(reg_t) | inout | ||
n | integer | in |