diff options
Diffstat (limited to 'nrlmsise-00.c')
-rw-r--r-- | nrlmsise-00.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/nrlmsise-00.c b/nrlmsise-00.c index af48e19..3eb3bfa 100644 --- a/nrlmsise-00.c +++ b/nrlmsise-00.c @@ -3,15 +3,15 @@ /* -------------------------------------------------------------------- */ /* This file is part of the NRLMSISE-00 C source code package - release - * 20020503 + * 20041227 * * The NRLMSISE-00 model was developed by Mike Picone, Alan Hedin, and - * Doug Drob. They also wrote a NRLMSISE-00 distribution package in + * Doug Drob. They also wrote a NRLMSISE-00 distribution package in * FORTRAN which is available at * http://uap-www.nrl.navy.mil/models_web/msis/msis_home.htm * * Dominik Brodowski implemented and maintains this C version. You can - * reach him at devel@brodo.de. See the file "DOCUMENTATION" for details, + * reach him at mail@brodo.de. See the file "DOCUMENTATION" for details, * and check http://www.brodo.de/english/pub/nrlmsise/index.html for * updated releases of this package. */ @@ -46,7 +46,7 @@ static double dm04, dm16, dm28, dm32, dm40, dm01, dm14; /* MESO7 */ static double meso_tn1[5]; static double meso_tn2[4]; -static double meso_tn3[3]; +static double meso_tn3[5]; static double meso_tgn1[2]; static double meso_tgn2[2]; static double meso_tgn3[2]; |