dm_target_out Subroutine

public subroutine dm_target_out(target, unit)

Prints target to standard output or given file unit. If not unit is passed, the target will be written to standard output.

Arguments

Type IntentOptional Attributes Name
type(target_type), intent(inout) :: target

Target type.

integer, intent(in), optional :: unit

File unit.