GRASP rci-qed
|
Contains routines related to command line input. More...
Functions/Subroutines | |
integer function | getoption (min, max) |
Reads a numeric input from the user and checks that it is within the given range (min <= n <= max ). More... | |
Contains routines related to command line input.
integer function grasp_rciqed_cli::getoption | ( | integer, intent(in) | min, |
integer, intent(in) | max | ||
) |
Reads a numeric input from the user and checks that it is within the given range (min <= n <= max
).
It repeatedly asks the user until they give a valid value.
Returns the value supplied by the user.