From b8d4db4b015d86b7d3c6e61d06d39473c2c9b815 Mon Sep 17 00:00:00 2001 From: Dominik Brodowski Date: Sun, 22 Nov 2015 15:11:31 +0100 Subject: Fixes for gcc5, spelling fixes Noted by Jacco Geul. Signed-off-by: Dominik Brodowski --- DOCUMENTATION | 7 +++++-- nrlmsise-00.h | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/DOCUMENTATION b/DOCUMENTATION index c390d1c..00e2890 100644 --- a/DOCUMENTATION +++ b/DOCUMENTATION @@ -102,7 +102,7 @@ The "DL" array is not printed in the testing routine since it's not an output value. The C version probably contains some bugs and still has to be regarded -more unstable than the FORTRAN relase. Please report any bugs or +more unstable than the FORTRAN release. Please report any bugs or incorrect values to the maintainer at linux@brodo.de @@ -130,7 +130,7 @@ the in- and output, and the differences between the various functions. 20070727 - bugfix concerning DFA being masked (Stacey Gage) -20100516 - bugfix concernin Argon densities +20100516 - bugfix concerning Argon densities (Dr. Choliy Vasyl) 20131225 - fix comment on switch 0, silence compiler warnings @@ -139,6 +139,9 @@ the in- and output, and the differences between the various functions. 20150329 - use fabs() instead of abs() (David F. Crouse) +20151122 - fixes for gcc5, spelling fixes + (Jacco Geul) + 7. TESTING OUTPUT ================= diff --git a/nrlmsise-00.h b/nrlmsise-00.h index d490a21..d596a82 100644 --- a/nrlmsise-00.h +++ b/nrlmsise-00.h @@ -216,7 +216,7 @@ void ghp7 (struct nrlmsise_input *input, \ * and thus the loading time is increased. */ #ifdef INLINE -#define __inline_double inline double +#define __inline_double static inline double #else #define __inline_double double #endif -- cgit v1.2.3