CoolProp / CoolProp.jl

A Julia wrapper for CoolProp, offering access to thermodynamic properties for fluids and mixtures.
http://www.coolprop.org
Other
32 stars 15 forks source link

Update to julia v1.0 #5

Closed alblaz closed 5 years ago

alblaz commented 5 years ago

Hi @DANA-Laboratory , I made some changes to be able to use CoolProp on Julia 1.0. The tests are passing and I get only four warnings. In the process I did change the structure of the files layout which was probably not the intended method by the library author. I also realized (only in this very moment) that on CoolProp master branch the file "wrapper/Julia/CoolProp.jl" has been updated a couple of months ago to follow Julia 1.0 updated syntax but unfortunately this updates have not been ported to the package CoolProp.jl which is the one installed by julia CoolProp users.

It would be great if we could move forward to update CoolProp for Julia 1.0 Thanks again for the great work!

Alberto

scls19fr commented 5 years ago

Same as https://github.com/CoolProp/CoolProp/pull/1751#issuecomment-433512053