nothing Interface

interface


Calls

interface~~nothing~~CallsGraph interface~nothing nothing proc~nothing nothing interface~nothing->proc~nothing

public module subroutine nothing(this, flag, switch)

Arguments

Type IntentOptional Attributes Name
class(bnslorene), 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

Description

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