diff options
-rw-r--r-- | DOCUMENTATION | 6 | ||||
-rw-r--r-- | nrlmsise-00.c | 2 |
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; |