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