|
FEDEM Solver
R8.0
Source code of the dynamics solver
|
Writes an integer array to the specified binary file. More...
Public Member Functions | |
| subroutine | writeintdb (fileNum, data, nData, status) |
Writes an integer array to the specified binary file.
| [in] | fileNum | File handle for the file to write to |
| [in] | data | The integer array to write |
| [in] | nData | Number of words to write |
| [out] | status | Exit status (negative on error, otherwise number of bytes written) |
| subroutine binarydbinterface::writeIntDB::writeintdb | ( | integer, intent(in) | fileNum, |
| integer, intent(in) | data, | ||
| integer, intent(in) | nData, | ||
| integer, intent(out) | status | ||
| ) |