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-2009
34 University Corporation for Atmospheric Research
35 The use of this Software is governed by a License Agreement.
36
37
38
39UNIX January 1995 WMDFLT(3NCARG)