Name
HPL_bwait Finalize the row broadcast.
Synopsis
#include "hpl.h"
int
HPL_bwait(
HPL_T_panel *
PANEL
);
Description
HPL_bwait
HPL_bwait waits for the row broadcast of the current panel to
terminate. Successful completion is indicated by the returned error
code HPL_SUCCESS.
Arguments
PANEL (input/output) HPL_T_panel *
On entry, PANEL points to the current panel data structure
being broadcast.
See Also
HPL_binit,
HPL_bcast.