JuliaAstro / AstroLib.jl

Bundle of small astronomical and astrophysical routines.
http://juliaastro.github.io/AstroLib.jl/stable/
Other
78 stars 21 forks source link

Fix the example in the documentation #55

Closed ziotom78 closed 5 years ago

ziotom78 commented 5 years ago

On Julia 1.1, the second example in the documentation fails with the message: "ERROR: MethodError: Cannot convert an object of type Int64 to an object of type Millisecond". The fix makes the example runnable again.

giordano commented 5 years ago

Thanks!