FEDEM Solver
R8.0
Source code of the dynamics solver
|
Opens a binary direct access file for read or write. More...
Public Member Functions | |
subroutine | openbinarydb (fileName, fileType, fileNum, status) |
Opens a binary direct access file for read or write.
[in] | fileName | Name of file to open |
[in] | fileType | Type of file to open |
[out] | fileNum | Assigned file handle (non-negative number) |
[out] | status | Exit status (negative on error) |
subroutine binarydbinterface::openBinaryDB::openbinarydb | ( | character, dimension(*), intent(in) | fileName, |
integer, intent(in) | fileType, | ||
integer, intent(out) | fileNum, | ||
integer, intent(out) | status | ||
) |