FEDEM Solver
R8.0
Source code of the dynamics solver
|
Copies data from one binary file to another. More...
Public Member Functions | |
subroutine | copybinarydb (tofile, fromfile, nbytes, status) |
Copies data from one binary file to another.
[in] | tofile | File handle for the file to copy to |
[in] | fromfile | File handle for the file to copy from |
[in] | nbytes | Number of bytes to copy |
[out] | status | Exit status (negative on error, otherwise number of bytes copied) |
subroutine binarydbinterface::copyBinaryDB::copybinarydb | ( | integer, intent(in) | tofile, |
integer, intent(in) | fromfile, | ||
integer, intent(in) | nbytes, | ||
integer, intent(out) | status | ||
) |