|
FEDEM Solver
R8.0
Source code of the dynamics solver
|
Closes the specified binary file. More...
Public Member Functions | |
| subroutine | closebinarydb1 (fileNum, status) |
| Closes the specified binary file. More... | |
| subroutine | closebinarydb2 (fileNum, forceDelete, status) |
| Closes the specified binary file. More... | |
Closes the specified binary file.
| subroutine binarydbinterface::closebinarydb::closebinarydb1 | ( | integer, intent(in) | fileNum, |
| integer, intent(out) | status | ||
| ) |
Closes the specified binary file.
| [in] | fileNum | File handle for the file to close |
| [out] | status | Exit status (negative on error) |
| subroutine binarydbinterface::closebinarydb::closebinarydb2 | ( | integer, intent(in) | fileNum, |
| logical, intent(in) | forceDelete, | ||
| integer, intent(out) | status | ||
| ) |
Closes the specified binary file.
| [in] | fileNum | File handle for the file to close |
| [in] | forceDelete | If .true., force deleting the file after close |
| [out] | status | Exit status (negative on error) |