Luthaf / Jumos.jl

Julia toolbox for molecular simulations
http://jumos.readthedocs.org/en/latest/
Other
23 stars 11 forks source link

Bugs in units conversions #18

Closed Luthaf closed 9 years ago

Luthaf commented 9 years ago

Because there is no tracking of the units in the code, the with_unit function is very buggy :

julia> with_unit(45, mJ)
    188280.0 kg m²/s²

julia> with_unit(45, J)
    188280.0 kg m²/s²