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 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_nnpntend(3NCARG)