write_dataarray_appended Subroutine

private subroutine write_dataarray_appended(self)

Arguments

TypeIntentOptionalAttributesName
class(xml_writer_ascii_local), intent(inout) :: self

Contents


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