Skip to content
Snippets Groups Projects
Commit c822f8b9 authored by Sam Yates's avatar Sam Yates Committed by Benjamin Cumming
Browse files

Patch up Julia scripts for Julia 1.0 (#629)

* Use `Unitful.uconvert` for scalar conversions (Float64 cast apparently does not work at the moment).
* Use .+ for scalar/array addition.
* Replace `immutable` with `struct`.
* Qualify included modules with `Main.` for using statements.
* Add informational note to FindJulia as component identification can take a long time as Julia may compile them from source.
parent 7bd98a2a
No related branches found
No related tags found
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment