1c_nnpntendd(3NCARG) NCAR GRAPHICS c_nnpntendd(3NCARG)
2
3
4
6 c_nnpntendd - exit single point mode
7
9 void c_nnpntendd();
10
12 void c_nnpntendd();
13
15 This function terminates single point mode. It should be called after
16 entering single point mode using c_nnpntinitd and interpolating at
17 individual points with c_nnpntd.
18
20 To use c_nnpntendd, load the NCAR Graphics library ngmath.
21
23 natgrid, natgrid_params, c_natgridd, c_nnpntinitd, c_nnpntd.
24
25 Complete documentation for Natgrid is available at URL
26 http://ngwww.ucar.edu/ngdoc/ng/ngmath/natgrid/nnhome.html
27
29 Copyright (C) 2000
30 University Corporation for Atmospheric Research
31
32 The use of this Software is governed by a License Agreement.
33
34
35
36UNIX March 1997-1998 c_nnpntendd(3NCARG)