source_none_t Derived Type

type, public, extends(source_individual_t) :: source_none_t

Parameters for none source


Contents


Type-Bound Procedures

procedure, public, :: init => init_source_none

  • public subroutine init_source_none(self, filename)

    Initialises source=none

    Arguments

    Type IntentOptional Attributes Name
    class(source_none_t), intent(inout) :: self

    Instance of type

    character(len=*), intent(in) :: filename

    Filename to read parameters from

procedure, public, :: display => display_source_none

  • public subroutine display_source_none(self)

    Displays source_none parameters

    Arguments

    Type IntentOptional Attributes Name
    class(source_none_t), intent(in) :: self

    Instance of type