ascii_save_coord_impl Subroutine

public subroutine ascii_save_coord_impl(x_min_in, x_max_in, y_min_in, y_max_in, has_stored_y_range, stored_y_min, stored_y_max, x_min_out, x_max_out, y_min_out, y_max_out)

Arguments

Type IntentOptional Attributes Name
real(kind=wp), intent(in) :: x_min_in
real(kind=wp), intent(in) :: x_max_in
real(kind=wp), intent(in) :: y_min_in
real(kind=wp), intent(in) :: y_max_in
logical, intent(in) :: has_stored_y_range
real(kind=wp), intent(in) :: stored_y_min
real(kind=wp), intent(in) :: stored_y_max
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