tem_condition_dump Interface

public interface tem_condition_dump

Module Procedures

private subroutine tem_condition_dump_vector(me, outUnit)

Dumps array of condition to given unit

Arguments

Type IntentOptional Attributes Name
type(tem_condition_type), intent(in) :: me(:)

condition to write into the lua file

integer, intent(in) :: outUnit

unit to write to

private subroutine tem_condition_dump_single(me, outUnit)

Dump single condition to given unit

Arguments

Type IntentOptional Attributes Name
type(tem_condition_type), intent(in) :: me

condition to write into the lua file

integer, intent(in) :: outUnit

unit to write to