Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
class(abst_den), | public, | allocatable | :: | p |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(holder_dens), | intent(inout) | :: | self | |||
type(type_input), | intent(in) | :: | input | |||
integer(kind=int32), | intent(in) | :: | i_material |
type :: holder_dens class(abst_den), allocatable :: p contains procedure, pass(self) :: initialize => initialize_holder_dens end type holder_dens