JuliaPhysics / ThinFilmsTools.jl

Tools for the design and characterisation of thin-films written in Julia.
MIT License
29 stars 5 forks source link

Fix Polynomials usage. #24

Closed Klafyvel closed 3 years ago

Klafyvel commented 3 years ago

The current version of ThinFilmsTools.jl fails to precompile on my computer because Polynomials.jl v0.6.0 does not have a Poly member anymore. This fixes precompilation.

lnacquaroli commented 3 years ago

I actually removed it since it has full support now from SpecialFunctions.jl (https://github.com/lnacquaroli/ThinFilmsTools.jl/issues/23)

Klafyvel commented 3 years ago

No problem! it was only a quick fix so I could run my simulations :) Thanks for this super cool tool!

lnacquaroli commented 3 years ago

Glad you like it! Feel free to contribute if you want. Cheers!