Skip to content

Commit

Permalink
Fix import of upreferred
Browse files Browse the repository at this point in the history
`UndefVarError: upreferred not defined`
  • Loading branch information
singularitti committed Dec 20, 2019
1 parent 61b9b4f commit e7bab2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Collections.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ a (an) volume (array of volumes).
"""
module Collections

using Unitful: AbstractQuantity, dimension, @u_str
using Unitful: AbstractQuantity, dimension, upreferred, @u_str

using EquationsOfState: EnergyForm, PressureForm, BulkModulusForm

Expand Down

0 comments on commit e7bab2b

Please sign in to comment.