1WMDFLT(3NCARG) NCAR GRAPHICS WMDFLT(3NCARG)
2
3
4
6 WMDFLT - returns all values of internal parameters in the Wmap package
7 to their default values.
8
10 CALL WMDFLT ()
11
13 #include <ncarg/gks.h>
14
15 void c_wmdflt()
16
18 All values of all internal parameters are returned to their default
19 values. See the man page for wmap_params for default values.
20
22 To use WMDFLT or c_wmdflt, load the NCAR Graphics libraries ncarg,
23 ncarg_gks, and ncarg_c, preferably in that order.
24
26 Online: wmap, wmdflt, wmgetc, wmgeti, wmgetr, wmlabs, wmsetc, wmseti,
27 wmsetr, wmap_params
28
29 Hardcopy: WMAP - A Package for Producing Daily Weather Maps and Plot‐
30 ting Station Model Data
31
33 Copyright (C) 1987-2007
34 University Corporation for Atmospheric Research
35
36 This documentation is free software; you can redistribute it and/or
37 modify it under the terms of the GNU General Public License as pub‐
38 lished by the Free Software Foundation; either version 2 of the
39 License, or (at your option) any later version.
40
41 This software is distributed in the hope that it will be useful, but
42 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
43 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
44 Public License for more details.
45
46 You should have received a copy of the GNU General Public License along
47 with this software; if not, write to the Free Software Foundation,
48 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
49
50
51
52UNIX January 1995 WMDFLT(3NCARG)