Toggle navigation
Ocean Color Science Software
Jump to content
ocssw
V2022
web
ocssw
ocssw_src
src
geogen_modis
pseudo_imsl.h
Go to the documentation of this file.
1
#ifndef PSEUDO_IMSL_H
2
#define PSEUDO_IMSL_H
3
/*
4
!C-INC*************************************************************************
5
!Description:
6
This header file contains declarations that are shared between the
7
different modules that make up the pseudo-IMSL library, but which are
8
not meant to be accessible from outside of it.
9
10
!Input Parameters:
11
N/A
12
13
!Output Parameters:
14
N/A
15
16
Return Value:
17
N/A
18
19
Externally Defined:
20
None
21
22
Called by:
23
N/A
24
25
Routines Called:
26
N/A
27
28
!Revision History:
29
$Log: pseudo_imsl.h,v $
30
Revision 4.2 2003/08/28 16:07:33 kuyper
31
Corrected prolog.
32
33
Revision 4.1 2003/05/19 18:46:27 kuyper
34
Initial Revision.
35
36
James Kuyper Jr. kuyper@saicmodis.com
37
38
Requirements:
39
None
40
41
!Team-unique Header:
42
This software is developed by the MODIS Science Data Support
43
Team for the National Aeronautics and Space Administration,
44
Goddard Space Flight Center, under contract NAS5-32373.
45
46
References and Credits:
47
48
!END***************************************************************************
49
*/
50
51
/* The maximum spline order that can be handled by the spline routines. */
52
#define MAX_SPLINE_ORDER 4
53
54
/* The global variable used to store the exit status for the most recently
55
* called pseudo-IMSL function.
56
*/
57
extern
Imsl_code
IMSL_error_code
;
58
59
#endif
IMSL_error_code
Imsl_code IMSL_error_code
Definition:
imsl_error.c:20