This commit is contained in:
Kent English
2017-02-22 23:18:01 -05:00
parent 895b77093e
commit a94452c8c8
6 changed files with 10 additions and 10 deletions

View File

@@ -78,7 +78,7 @@ func IgamI(a, y0 float64) float64 {
dithresh := 5.0 * machEp
if y0 < 0 || y0 > 1 || a <= 0 {
panic(badParamOutOfBounds)
panic(paramOutOfBounds)
}
if y0 == 0 {