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