output_t Interface

public interface output_t

Functions

private pure module function construct(input, history) result(output)

Construct a new output_t object

Arguments

Type IntentOptional Attributes Name
type(input_t), intent(in) :: input
type(t_cell_collection_t), intent(in) :: history(:)

Return Value type(output_t)