acroy / Expokit.jl

Julia implementation of EXPOKIT routines
Other
26 stars 11 forks source link

Use Array{T}(m) since Array(T, m) is deprecated on julia 0.6 #8

Closed garrison closed 6 years ago

acroy commented 6 years ago

Looks good! But it will break backwards compatibility, right?

acroy commented 6 years ago

Sorry! Obviously, it is backward compatible.