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