type_hcf_base_ko Derived Type

type, private, extends(abst_hcf_base) :: type_hcf_base_ko


Inherits

type~~type_hcf_base_ko~~InheritsGraph type~type_hcf_base_ko type_hcf_base_ko type~abst_hcf_base abst_hcf_base type~type_hcf_base_ko->type~abst_hcf_base

Type-Bound Procedures

procedure, public :: calc_kr => calc_kr_base_ko

  • interface

    private pure elemental module function calc_kr_base_ko(self, h) result(kr)

    Arguments

    Type IntentOptional Attributes Name
    class(type_hcf_base_ko), intent(in) :: self
    real(kind=real64), intent(in) :: h

    Return Value real(kind=real64)

Source Code

    type, extends(abst_hcf_base) :: type_hcf_base_ko
    contains
        procedure :: calc_kr => calc_kr_base_ko
    end type type_hcf_base_ko