Skip to content

Commit

Permalink
Fix loading of SpecialFunctions.jl (#50)
Browse files Browse the repository at this point in the history
Fix loading of SpecialFunctions.jl
  • Loading branch information
giordano committed Aug 4, 2019
2 parents 0124bd8 + 79b393c commit 55c404f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
History of Measurements.jl
==========================

v2.1.1 (2018-??-??)
-------------------

### Bug Fixes

* Fix loading of `SpecialFunctions.jl`
([#49](https://github.com/JuliaPhysics/Measurements.jl/issues/49),
[#50](https://github.com/JuliaPhysics/Measurements.jl/pull/50)).

v2.1.0 (2019-08-03)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion src/special-functions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
### Code:

### Special functions
using SpecialFunctions
using .SpecialFunctions

# Error function: erf, erfinv, erfc, erfcinv, erfcx, erfi, dawson

Expand Down

0 comments on commit 55c404f

Please sign in to comment.