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

c_ftsetc - set char valued parameters

Access

       To use c_ftsetc, load the NCAR Graphics library ngmath.

Description

       pnam        The name of the control parameter to be assigned an string value.

       ival        The value to be assigned to the control parameter whose name is pointed to by pnam.

Function Prototype

       void c_ftsetc(char *, char *);

Name

       c_ftsetc - set char valued parameters

See Also

       fitgrid_params, c_ftgetc

       Complete documentation for Fitgrid is available at URL
       http://ngwww.ucar.edu/ngdoc/ng/ngmath/fitgrid/fithome.html

Synopsis

       void c_ftsetc (pnam, cval);

Usage

       c_ftsetc  is used to set values for any of the control parameters that take string values. The values set
       by c_ftsetc remain in effect until changed by subsequent calls to c_ftsetc.

See Also