write_dataarray_appended Subroutine

private subroutine write_dataarray_appended(self)

Arguments

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

Contents


Source Code

   subroutine write_dataarray_appended(self)
   !< Do nothing, binary local is not appended.
   class(xml_writer_binary_local), intent(inout) :: self !< Writer.
   endsubroutine write_dataarray_appended