fddx_write - write to a DDS dataset
SYNOPSIS
#include <fdds.h> (fixed-format sources)
#include <f90dds.h> (free-format sources)
integer function fddx_write(bin_tag, buffer, count)
-
integer bin_tag
real buffer(*)
integer count
DESCRIPTION
fddx_write writes count traces from the array
buffer to the data stream referenced by bin_tag.
OUTPUT
fddx_out returns the number of traces written. If an error
occurs, the return value is negative.
AUTHOR
Jerry Ehlers, BP America (May 2003)