construct Module Procedure

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

Arguments

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

Return Value type(output_t)