A type with pointer that can point to the equation class and any derived class.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
class(equation), | public, | pointer | :: | p | A pointer to the equation class. |
type :: equation_pointer
!! A type with pointer that can point to the equation class and any derived
!! class.
class(equation), pointer :: p
!! A pointer to the equation class.
end type equation_pointer