Skip to content

Commit

Permalink
[#18] Re-fix the rename-out due to bad merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
bkc39 committed Oct 14, 2015
1 parent b3986e2 commit 4b78c4b
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions private/numerics/functions/bessel.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,7 @@
[bessy (-> integer? positive? number?)]
[bessh₀ (-> number? complex?)]
[bessh₁ (-> number? complex?)]
[bessh (-> integer? number? complex?)])
(rename-out
[bessj₀ bessj0]
[bessj₁ bessj1]
[bessy₀ bessy0]
[bessy₁ bessy1]
[bessh₀ bessh0]
[bessh₁ bessh1]))
[bessh (-> integer? number? complex?)]))

(require
(only-in mechanics
Expand Down

0 comments on commit 4b78c4b

Please sign in to comment.