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 This documentation is free software; you can redistribute it and/or
33 modify it under the terms of the GNU General Public License as
34 published by the Free Software Foundation; either version 2 of the
35 License, or (at your option) any later version.
36
37 This software is distributed in the hope that it will be useful, but
38 WITHOUT ANY WARRANTY; without even the implied warranty of
39 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
40 General Public License for more details.
41
42 You should have received a copy of the GNU General Public License along
43 with this software; if not, write to the Free Software Foundation,
44 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
45
46
47
48
49UNIX March 1997-1998 c_nnpntendd(3NCARG)