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_ftgetfa_data - retrieve array values

Access

       To use c_ftgetfa_data, load the NCAR Graphics library ngmath.

Description

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

Function Prototype

       float *c_ftgetfa_data(char *);

Name

       c_ftgetfa_data - retrieve array values

Return Value

       c_ftgetfa_data  returns  a pointer to a array of data (or returns a null pointer if an error occurs). The
       size of the array can be obtained by using c_ftgetfa_size.

See Also

       fitgrid_params, c_ftsetfa, c_ftgetfa, c_ftgetfa_size

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

Synopsis

       float *c_ftgetfa_data (pnam)

Usage

       c_ftgetfa_data is a called to obtain current values for any of the float valued array control parameters.

See Also