encapsulate pointer in order to create array of pointers
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| real(kind=dp), | public, | pointer | :: | p |
pointer to double |
type dbl_pointer_t !! encapsulate pointer in order to create array of pointers real(dp), pointer :: p !! pointer to double end type dbl_pointer_t