FEDEM Solver
R8.0
Source code of the dynamics solver
|
Writes a double precision array to the specified binary file. More...
Public Member Functions | |
subroutine | writedoubled4 (fileNum, data, nData, status) |
Writes a 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::writeDoubleD4::writedoubled4 | ( | integer, intent(in) | fileNum, |
real(dp), intent(in) | data, | ||
integer, intent(in) | nData, | ||
integer, intent(out) | status | ||
) |