write_dataarray_appended Subroutine

private subroutine write_dataarray_appended(self)

Type Bound

xml_writer_ascii_local

Arguments

Type IntentOptional Attributes Name
class(xml_writer_ascii_local), intent(inout) :: self

Source Code

  subroutine write_dataarray_appended(self)
  !< Do nothing, ascii data cannot be appended.
  class(xml_writer_ascii_local), intent(inout) :: self !< Writer.
  endsubroutine write_dataarray_appended