write_namelist_footer Subroutine

private subroutine write_namelist_footer(unit)

Write the namelist footer

Type Bound

abstract_config_type

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: unit

Contents

Source Code


Source Code

  subroutine write_namelist_footer(unit)
    implicit none
    integer, intent(in) :: unit
    write(unit,'("/")')
    write(unit,'()')
  end subroutine write_namelist_footer