logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

SFLUSH - Flushes polylines, accumulated through calls to the routines PLOTIF and PLOTIT, from the SPPS

Access

       To use SFLUSH or c_sflush, load the NCAR Graphics libraries ncarg, ncarg_gks, and ncarg_c, preferably in
       that order.

C-Binding Synopsis

       #include <ncarg/ncargC.h>

       void c_sflush()

Examples

       Use the ncargex command to see the following relevant examples: (none)

Name

       SFLUSH - Flushes polylines, accumulated through calls to the routines PLOTIF and PLOTIT, from the SPPS
       polyline buffer shared by those routines; updates all open workstations; and flushes all system-level I/O
       buffers.

See Also

       Online: ngpict, frame, plotif, spps, spps_params, ncarg_cbind

       Hardcopy: NCAR Graphics Fundamentals, UNIX Version; User's Guide for NCAR GKS-0A Graphics

Status

       SFLUSH was called FLUSH in previous versions.  The name was changed to avoid a naming conflict with a
       common system routine.

Synopsis

       CALL SFLUSH

See Also