summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--DOCUMENTATION7
-rw-r--r--nrlmsise-00.h2
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