1NNPNTEND(3NCARG) NCAR GRAPHICS NNPNTEND(3NCARG)
2
3
4
6 NNPNTEND - terminate interpolation in single point mode
7
9 CALL NNPNTEND ()
10
12 This subroutine terminates single point mode. It should be called
13 after entering single point mode using NNPNTINITS and interpolating at
14 individual points with NNPNTS.
15
17 To use NNPNTEND, load the NCAR Graphics library ngmath.
18
20 natgrid, natgrid_params, natgrids, nnpntinits, nnpnts.
21
22 Complete documentation for Natgrid is available at URL
23 http://ngwww.ucar.edu/ngdoc/ng/ngmath/natgrid/nnhome.html
24
26 Copyright (C) 2000
27 University Corporation for Atmospheric Research
28
29 The use of this Software is governed by a License Agreement.
30
31
32
33UNIX March 1997-1998 NNPNTEND(3NCARG)