write_formatted Module Procedure

module procedure write_formatted module subroutine write_formatted(this, unit, iotype, v_list, iostat, iomsg)

Arguments

Type IntentOptional AttributesName
class(structured_grid), intent(in) :: this
integer, intent(in) :: unit
character(len=*), intent(in) :: iotype
integer, intent(in) :: v_list(:)
integer, intent(out) :: iostat
character(len=*), intent(inout) :: iomsg

Calls

proc~~write_formatted~~CallsGraph proc~write_formatted write_formatted interface~assert assert proc~write_formatted->interface~assert proc~assert assert interface~assert->proc~assert

Called by

proc~~write_formatted~~CalledByGraph proc~write_formatted write_formatted interface~write_formatted write_formatted interface~write_formatted->proc~write_formatted

Contents

None