summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Brodowski <linux@dominikbrodowski.net>2007-07-27 12:00:00 +0200
committerDominik Brodowski <linux@dominikbrodowski.net>2017-09-24 10:39:01 +0200
commit3af5a3f87b09803478c82dea3dfe933cee6cc592 (patch)
tree28a91401f47564b7ec0a3ec481e1b8a59f10c026
parent66ceaa9690c3276b5fab2b9b98372ae1a0cf201a (diff)
downloadnrlmsise-00-3af5a3f87b09803478c82dea3dfe933cee6cc592.tar.gz
Bugfix concerning DFA being masked
Noted by Stacey Gage. Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
-rw-r--r--DOCUMENTATION6
-rw-r--r--nrlmsise-00.c2
2 files changed, 5 insertions, 3 deletions
diff --git a/DOCUMENTATION b/DOCUMENTATION
index 0f7e8de..ba906b9 100644
--- a/DOCUMENTATION
+++ b/DOCUMENTATION
@@ -103,7 +103,7 @@ 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
-incorrect values to the maintainer at devel@brodo.de
+incorrect values to the maintainer at linux@brodo.de
@@ -127,6 +127,8 @@ the in- and output, and the differences between the various functions.
20041227 - bugfix against memory corruption
(Donald F. Linton)
+20070727 - bugfix concerning DFA being masked
+ (Stacey Gage)
7. TESTING OUTPUT
@@ -250,6 +252,6 @@ double variables are used, this value reduces to 0.000E-00 as well.
========================================================
-Tuebingen, Germany, on December 27nd, 2004
+Tuebingen, Germany, on July 27th, 2007
Dominik Brodowski
diff --git a/nrlmsise-00.c b/nrlmsise-00.c
index 3eb3bfa..ab5624e 100644
--- a/nrlmsise-00.c
+++ b/nrlmsise-00.c
@@ -613,7 +613,7 @@ double globe7(double *p, struct nrlmsise_input *input, struct nrlmsise_flags *fl
double hr = 0.2618;
double cd32, cd18, cd14, cd39;
double p32, p18, p14, p39;
- double df, dfa;
+ double df;
double f1, f2;
double tinf;
struct ap_array *ap;