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

VVRSET - Resets all parameters to their initial default values.

Access

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

C-Binding Synopsis

       #include <ncarg/ncargC.h>

       void c_vvrset( void )

Description

       None.

Name

       VVRSET - Resets all parameters to their initial default values.

See Also

       Online: vectors, vectors_params, vvectr, vvgetc, vvgeti, vvgetr, vvinit, vvsetc, vvseti, vvsetr, vvudmv,
       vvumxy, ncarg_cbind.

       Hardcopy: NCAR Graphics Fundamentals, UNIX Version

Synopsis

       CALL VVRSET

Usage

       This routine resets all Vectors parameters to their default values.  For a complete list of the
       parameters affected and their default values, see the vectors_params man page.

See Also