GAS_PCHB_SinglesOptions_vals_t Derived Type

type, public :: GAS_PCHB_SinglesOptions_vals_t


Contents


Components

Type Visibility Attributes Name Initial
type(GAS_PCHB_SinglesAlgorithm_vals_t), public :: algorithm = GAS_PCHB_SinglesAlgorithm_vals_t()
type(PC_WeightedSinglesOptions_vals_t), public :: PC_weighted = PC_WeightedSinglesOptions_vals_t()

Type-Bound Procedures

procedure, public, nopass :: from_str => singles_from_keyword

  • private pure function singles_from_keyword(w) result(res)

    Parse a given keyword into the possible weighting schemes

    Arguments

    Type IntentOptional Attributes Name
    character(len=*), intent(in) :: w

    Return Value type(GAS_PCHB_SinglesOptions_t)