open_plot_file_for_appending Subroutine

subroutine open_plot_file_for_appending(plot_file_name, plot_unit, previous_epoch, previous_clock)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: plot_file_name
integer, intent(out) :: plot_unit
integer, intent(out) :: previous_epoch
real, intent(out) :: previous_clock

Calls

proc~~open_plot_file_for_appending~2~~CallsGraph proc~open_plot_file_for_appending~2 open_plot_file_for_appending file_t file_t proc~open_plot_file_for_appending~2->file_t lines lines proc~open_plot_file_for_appending~2->lines string string proc~open_plot_file_for_appending~2->string string_t string_t proc~open_plot_file_for_appending~2->string_t

Called by

proc~~open_plot_file_for_appending~2~~CalledByGraph proc~open_plot_file_for_appending~2 open_plot_file_for_appending program~train_saturated_mixture_ratio train_saturated_mixture_ratio program~train_saturated_mixture_ratio->proc~open_plot_file_for_appending~2