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_ftsetfa - Set float valued array parameters

Access

       To use c_ftsetfa, load the NCAR Graphics library ngmath.

Description

       pnam        The name of the control parameter to be assigned a float array value.

       n           The number of float values in the array.

       far         A pointer to the n-element input array.

Function Prototype

       int c_ftsetfa(char *pnam, int n, float *far);

Name

       c_ftsetfa - Set float valued array parameters

See Also

       fitgrid_params, c_ftsetfa, c_ftgetfa_size, c_ftgetfa_data

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

Synopsis

       int c_ftsetfa (pnam, n, far);

Usage

       c_ftsetra  is  used to set values for any of the control parameters that take floating arrays. The values
       set by c_ftsetfa remain in effect until changed by subsequent calls to c_ftsetfa .

See Also