1WMSETR(3NCARG) NCAR GRAPHICS WMSETR(3NCARG)
2
3
4
6 WMSETR - Sets the value of an internal parameter of type REAL.
7
9 CALL WMSETR (PNAM,RVAL)
10
12 #include <ncarg/ncargC.h>
13
14 void c_wmsetr (char *pnam, real rval)
15
17 PNAM (an input constant or variable of type CHARACTER) specifies
18 the name of the parameter to be set. The name must appear
19 as the first three characters of the string.
20
21 RVAL (an input expression of type REAL) is the value to be
22 assigned to the internal parameter specified by PNAM.
23
25 The C-binding argument descriptions are the same as the FORTRAN
26 argument descriptions.
27
29 This routine allows you to set the current value of Wmap parameters.
30 For a complete list of parameters available in this utility, see the
31 wmap_params man page.
32
34 To use WMSETR or c_wmsetr, load the NCAR Graphics libraries ncarg,
35 ncarg_gks, and ncarg_c, preferably in that order.
36
38 Online: wmap, wmdflt, wmgetc, wmgeti, wmgetr, wmlabs, wmsetc, wmseti,
39 wmap_params
40
41 Hardcopy: WMAP - A Package for Producing Daily Weather Maps and
42 Plotting Station Model Data
43
45 Copyright (C) 1987-2007
46 University Corporation for Atmospheric Research
47
48 This documentation is free software; you can redistribute it and/or
49 modify it under the terms of the GNU General Public License as
50 published by the Free Software Foundation; either version 2 of the
51 License, or (at your option) any later version.
52
53 This software is distributed in the hope that it will be useful, but
54 WITHOUT ANY WARRANTY; without even the implied warranty of
55 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
56 General Public License for more details.
57
58 You should have received a copy of the GNU General Public License along
59 with this software; if not, write to the Free Software Foundation,
60 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
61
62
63
64UNIX January 1995 WMSETR(3NCARG)