File: c_ftgeti.m

package info (click to toggle)
ncl 6.6.2.dfsg.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 230,768 kB
  • sloc: ansic: 636,074; fortran: 443,915; csh: 19,652; sed: 11,224; yacc: 4,248; f90: 4,079; sh: 3,284; xml: 1,928; python: 1,841; lex: 1,298; perl: 995; java: 447; makefile: 389; objc: 291
file content (33 lines) | stat: -rw-r--r-- 933 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
.\"
.\"	$Id: c_ftgeti.m,v 1.4 2008-07-27 03:35:38 haley Exp $
.\"
.TH c_ftgeti 3NCARG "March 1998" UNIX "NCAR GRAPHICS"
.SH NAME
c_ftgeti - retrieve an int valued parameter
.SH FUNCTION PROTOTYPE
void c_ftgeti(char *, int *);
.SH SYNOPSIS
void c_ftgeti (pnam, ival);
.SH DESCRIPTION
.IP pnam 12
The name of the control parameter whose value is to be retrieved.
.IP ival 12
*ival will be the value currently assigned to the control parameter whose nam.
.SH USAGE
c_ftgeti is a called to obtain current values for any of the int 
valued control parameters.
.SH ACCESS
To use c_ftgeti, load the NCAR Graphics library ngmath.
.SH SEE ALSO
fitgrid_params, c_ftseti
.sp
Complete documentation for Fitgrid is available at URL
.br
http://ngwww.ucar.edu/ngdoc/ng/ngmath/fitgrid/fithome.html
.SH COPYRIGHT
Copyright (C) 2000
.br
University Corporation for Atmospheric Research
.br

The use of this Software is governed by a License Agreement.