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