nothing Module Procedure

module procedure nothing module subroutine nothing(this, flag, switch)

Procedure that does nothing. It is used to instantiate a deferred idbase procedure which s not needed in TYPE ejecta_generic. It also serves as a placeholder in case the idbase procedure will be needed in the future.

FT 15.09.2022


Arguments

Type IntentOptional Attributes Name
class(diffstarlorene), intent(inout) :: this
integer, intent(in) :: flag

Identifies what kind of initialization has to be done

logical, intent(in), optional :: switch

If .TRUE., switch to a different initialization


Called by

proc~~nothing~2~~CalledByGraph proc~nothing~2 nothing interface~nothing~2 nothing interface~nothing~2->proc~nothing~2

Contents