Write the namelist footer
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | unit |
subroutine write_namelist_footer(unit)
implicit none
integer, intent(in) :: unit
write(unit,'("/")')
write(unit,'()')
end subroutine write_namelist_footer