Element type for use in dynamically allocating arrays of material objects (TODO: Modernize by replacing matptr arrays with allocatable or assumed-shape arrays of material objects.)
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| type(material), | public | :: | mat |
TYPE matptr
!! Element type for use in dynamically allocating arrays of material objects
!! (TODO: Modernize by replacing matptr arrays with allocatable or assumed-shape arrays of material objects.)
TYPE(material) :: mat
END TYPE matptr