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