boundary Subroutine

public subroutine boundary(linked)

FIXME : Add documentation

Arguments

Type IntentOptional Attributes Name
logical, intent(out) :: linked

Contents

Source Code


Source Code

  subroutine boundary(linked)
    implicit none
    logical, intent(out) :: linked
    call init_dist_fn
    linked = boundary_option_switch == boundary_option_linked
  end subroutine boundary