ascii_set_coord_impl Subroutine

public subroutine ascii_set_coord_impl(x_min, x_max, y_min, y_max, char_aspect, x_min_out, x_max_out, y_min_out, y_max_out, stored_y_min_out, stored_y_max_out, has_stored_y_range_out)

Arguments

Type IntentOptional Attributes Name
real(kind=wp), intent(in) :: x_min
real(kind=wp), intent(in) :: x_max
real(kind=wp), intent(in) :: y_min
real(kind=wp), intent(in) :: y_max
real(kind=wp), intent(in) :: char_aspect
real(kind=wp), intent(out) :: x_min_out
real(kind=wp), intent(out) :: x_max_out
real(kind=wp), intent(out) :: y_min_out
real(kind=wp), intent(out) :: y_max_out
real(kind=wp), intent(out) :: stored_y_min_out
real(kind=wp), intent(out) :: stored_y_max_out
logical, intent(out) :: has_stored_y_range_out