Populate the board from a provided file
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=:), | intent(in), | allocatable | :: | input_fname |
The name of the file to read in the board |
|
| integer, | intent(out), | dimension(:,:), allocatable | :: | board |
The board to be populated |
|
| character(len=:), | intent(out), | allocatable | :: | io_error_message |
A flag to indicate if reading the file was successful |