1csagrid_errors(3NCARG) NCAR GRAPHICS csagrid_errors(3NCARG)
2
3
4
6 csagrid_errors - This document briefly describes all the errors
7 reported from Csagrid.
8
10 Each entry below includes the error number and its meaning.
11
12 33 Internal error in matrix computation, contact a consultant.
13
14 34 Failure in matrix computation, usually indicates insufficient
15 number of input data.
16
17 35 Internal error in matrix computation, contact a consultant.
18
19 102 Number of knots is less than 4.
20
21 103 Input data range is zero.
22
23 104 Partial derivative order out of range zero to two.
24
25 105 Insufficient number of input data.
26
27 106 Insufficient work space (Fortran entry only).
28
29 107 Failure in matrix computation, usually indicates insufficient
30 number of input data.
31
32 202 Number of knots is less than 4 in some coordinate direction.
33
34 203 Insufficient workspace.
35
37 csagrid, csa1s, csa1xs, csa2s, csa2xs, csa2ls, csa2lxs, csa3s, csa3xs,
38 csa3ls, csa3lxs, c_csa1s, c_csa1xs, c_csa2s, c_csa2xs, c_csa2ls,
39 c_csa2lxs, c_csa3s, c_csa3xs, c_csa3ls, c_csa3lxs.
40
41 Complete documentation for Csagrid is available at URL
42 http://ngwww.ucar.edu/ngdoc/ng/ngmath/csagrid/csahome.html
43
45 Copyright (C) 2000
46 University Corporation for Atmospheric Research
47
48 This documentation is free software; you can redistribute it and/or
49 modify it under the terms of the GNU General Public License as
50 published by the Free Software Foundation; either version 2 of the
51 License, or (at your option) any later version.
52
53 This software is distributed in the hope that it will be useful, but
54 WITHOUT ANY WARRANTY; without even the implied warranty of
55 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
56 General Public License for more details.
57
58 You should have received a copy of the GNU General Public License along
59 with this software; if not, write to the Free Software Foundation,
60 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
61
62
63
64
65UNIX January 1999 csagrid_errors(3NCARG)