| FEDEM Solver
    R8.0
    Source code of the dynamics solver | 
Reads an integer array from a specified binary file. More...
| Public Member Functions | |
| subroutine | readintdb (fileNum, data, nData, status) | 
Reads an integer array from a specified binary file.
| [in] | fileNum | File handle for the file to read from | 
| [in] | data | The integer array to read into | 
| [in] | nData | Number of words to read | 
| [out] | status | Exit status (negative on error, otherwise number of bytes read) | 
| subroutine binarydbinterface::readIntDB::readintdb | ( | integer, intent(in) | fileNum, | 
| integer, intent(out) | data, | ||
| integer, intent(in) | nData, | ||
| integer, intent(out) | status | ||
| ) |