core_set_ydata Subroutine

public subroutine core_set_ydata(plots, plot_count, plot_index, y_new)

Arguments

Type IntentOptional Attributes Name
type(plot_data_t), intent(inout), allocatable :: plots(:)
integer, intent(in) :: plot_count
integer, intent(in) :: plot_index
real(kind=wp), intent(in) :: y_new(:)