FEDEM Solver
R8.0
Source code of the dynamics solver
|
Sets the read position for a specified binary file. More...
Public Member Functions | |
subroutine | setpositiondb (fileNum, pos, status) |
Sets the read position for a specified binary file.
[in] | fileNum | File handle for the file to set position for |
[in] | pos | The file position to set |
[out] | status | Exit status (negative on error, otherwise zero) |
subroutine binarydbinterface::setPositionDB::setpositiondb | ( | integer, intent(in) | fileNum, |
integer(i8), intent(in) | pos, | ||
integer, intent(out) | status | ||
) |