FEDEM Solver
R8.0
Source code of the dynamics solver
|
Reads the file tag and checksum from a specified binary file. More...
Public Member Functions | |
subroutine | readtagdb (fileNum, tag, chksum, status) |
Reads the file tag and checksum from a specified binary file.
[in] | fileNum | File handle for the file to read from |
[out] | tag | The character string to read the file tag into |
[out] | chksum | The file checksum |
[out] | status | Exit status (negative on error, otherwise number of bytes read) |
subroutine binarydbinterface::readTagDB::readtagdb | ( | integer, intent(in) | fileNum, |
character, dimension(*), intent(out) | tag, | ||
integer, intent(out) | chksum, | ||
integer, intent(out) | status | ||
) |