Plant_ Derived Type

type, public :: Plant_


Contents


Components

TypeVisibility AttributesNameInitial
integer(kind=int32), public :: Species

Type-Bound Procedures

procedure, public :: init => initPlant

  • public subroutine initPlant(obj, species)

    Arguments

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