aboutsummaryrefslogtreecommitdiff
path: root/math/bevington/README
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 20:46:52 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 20:46:52 -0400
commitfa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch)
treebdda434976bc09c864f2e4fa6f16ba1952b1e555 /math/bevington/README
downloadiraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz
Initial commit
Diffstat (limited to 'math/bevington/README')
-rw-r--r--math/bevington/README13
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.