1CSSETD(3NCARG) NCAR GRAPHICS CSSETD(3NCARG)
2
3
4
6 CSSETD - Sets the value of an internal parameter of type DOUBLE
7 PRECISION for the Cssgrid package.
8
10 CALL CSSETD (PNAM,DVAL)
11
13 PNAM A character string that specifies the name of the parameter
14 to be set.
15
16 DVAL A DOUBLE PRECISION value that is the value to be assigned
17 to the internal parameter specified by PNAM.
18
20 This routine allows you to set the current value of Cssgrid parameters.
21 For a complete list of parameters available in this utility, see the
22 cssgrid_params man page.
23
25 To use CSSETD, load the NCAR Graphics library ngmath.
26
28 css_overview, cssgrid, cssgrid_params, csgetd.
29
30 Complete documentation for Cssgrid is available at URL
31 http://ngwww.ucar.edu/ngdoc/ng/ngmath/cssgrid/csshome.html
32
34 Copyright (C) 2000
35 University Corporation for Atmospheric Research
36
37 The use of this Software is governed by a License Agreement.
38
39
40
41UNIX May 2000 CSSETD(3NCARG)