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_ftgeti - retrieve an int valued parameter

Access

       To use c_ftgeti, load the NCAR Graphics library ngmath.

Description

       pnam        The name of the control parameter whose value is to be retrieved.

       ival        *ival will be the value currently assigned to the control parameter whose nam.

Function Prototype

       void c_ftgeti(char *, int *);

Name

       c_ftgeti - retrieve an int valued parameter

See Also

       fitgrid_params, c_ftseti

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

Synopsis

       void c_ftgeti (pnam, ival);

Usage

       c_ftgeti is a called to obtain current values for any of the int valued control parameters.

See Also