Start a new table to write to.
You can give the table a name with the tname argument. If the table definition should NOT start on a new line, you have to pass in an advance_previous = .false.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(aot_out_type), | intent(inout) | :: | put_conf | |||
character(len=*), | intent(in), | optional | :: | tname | ||
logical, | intent(in), | optional | :: | advance_previous |