From 3af5a3f87b09803478c82dea3dfe933cee6cc592 Mon Sep 17 00:00:00 2001 From: Dominik Brodowski Date: Fri, 27 Jul 2007 12:00:00 +0200 Subject: Bugfix concerning DFA being masked Noted by Stacey Gage. Signed-off-by: Dominik Brodowski --- DOCUMENTATION | 6 ++++-- 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; -- cgit v1.2.3