Plant_ Derived Type

type, public :: Plant_


Components

Type Visibility Attributes Name Initial
integer(kind=int32), public :: Species

Type-Bound Procedures

procedure, public :: init => initPlant

  • public subroutine initPlant(obj, species)

    Arguments

    Type IntentOptional Attributes Name
    class(Plant_), intent(inout) :: obj
    integer(kind=int32), intent(in) :: species