1c_nnpntend(3NCARG) NCAR GRAPHICS c_nnpntend(3NCARG)
2
3
4
6 c_nnpntend - exit single point mode
7
9 void c_nnpntend();
10
12 void c_nnpntend ();
13
15 This function terminates single point mode.
16
18 To use c_nnpntend, load the NCAR Graphics library ngmath. It should be
19 called after entering single point mode using c_nnpntinits and
20 interpolating at individual points with c_nnpnts.
21
23 natgrid, natgrid_params, c_natgrids, c_nnpntinits, c_nnpnts.
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_nnpntend(3NCARG)