diff options
author | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
commit | 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 (patch) | |
tree | 4464880c571602d54f6ae114729bf62a89518057 /math/bevington/README | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'math/bevington/README')
-rw-r--r-- | math/bevington/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/math/bevington/README b/math/bevington/README new file mode 100644 index 00000000..d0b3f778 --- /dev/null +++ b/math/bevington/README @@ -0,0 +1,13 @@ +This directory cotnains the original Fortran source for the Bevington +routines, as copied from his book. + +Jun85 Removed the nonstandard & in col 1 UNIX style continuation and + replaced it with standard Fortran (col 6) continuation. + +Oct85 Added an extran continuation statement to chifit.f to avoid ambiguous + transfer of control to statement 70 + +Nov85 It was possible to get a floating point divide by zero in regres.f + when rmul=1 in the calculation in statement 135 of ftest. The value + of rmul (the correlation) is now tested before the division and a + value of ftest = -99999. is returned when rmul=1. |