io Module


Used by

  • module~~io~~UsedByGraph module~io io program~main main program~main->module~io

Subroutines

public subroutine read_model_from_file(input_fname, board, io_error_message)

Populate the board from a provided file

Arguments

Type IntentOptional 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