control_write Subroutine

public subroutine control_write(this, fn)

Write simulation parameters to file

Arguments

Type IntentOptional AttributesName
class(ctrlpar_t), intent(out) :: this

A ctrlpar_t instance.

character(len=*), intent(in) :: fn

Output file name


Calls

proc~~control_write~~CallsGraph proc~control_write control_write interface~str_from_num str_from_num proc~control_write->interface~str_from_num proc~str_from_ilnum str_from_ilnum interface~str_from_num->proc~str_from_ilnum proc~str_from_inum str_from_inum interface~str_from_num->proc~str_from_inum proc~str_from_dnum str_from_dnum interface~str_from_num->proc~str_from_dnum proc~str_trimzero str_trimzero proc~str_from_dnum->proc~str_trimzero

Contents

None