File: c_ftseti.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 (35 lines) | stat: -rw-r--r-- 1,017 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
34
35
.\"
.\"	$Id: c_ftseti.m,v 1.4 2008-07-27 03:35:38 haley Exp $
.\"
.TH c_ftseti 3NCARG "March 1998" UNIX "NCAR GRAPHICS"
.SH NAME
c_ftseti - set int valued parameters
.SH FUNCTION PROTOTYPE
void c_ftseti(char *, int);
.SH SYNOPSIS
void c_ftseti (pnam, ival);
.SH DESCRIPTION
.IP pnam 12
The name of the control parameter to be assigned an int value. 
.IP ival 12
The value to be assigned to the control parameter whose name is 
pointed to by pnam. 
.SH USAGE
c_ftseti is used to set values for any of the control parameters 
that take int values. The values set by c_ftseti remain in effect 
until changed by subsequent calls to c_ftseti. 
.SH ACCESS
To use c_ftseti, load the NCAR Graphics library ngmath.
.SH SEE ALSO
fitgrid_params, c_ftgeti
.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.