Matcha
Source Files
Modules
Procedures
Derived Types
Program
output_t
Interface
8 statements
Source File
output_m.f90
output_m
output_t
Contents
Functions
construct
public interface output_t
Functions
private pure module function construct(input, history) result(output)
Implementation →
Construct a new output_t object
Arguments
Type
Intent
Optional
Attributes
Name
type(
input_t
),
intent(in)
::
input
type(
t_cell_collection_t
),
intent(in)
::
history
(:)
Return Value
type(
output_t
)