Skip to content

Commit

Permalink
Merge #85
Browse files Browse the repository at this point in the history
85: Define broadcastable for abstract parameter sets + bump patch version r=charleskawczynski a=charleskawczynski



Co-authored-by: Charles Kawczynski <kawczynski.charles@gmail.com>
  • Loading branch information
bors[bot] and charleskawczynski authored May 24, 2022
2 parents c6788ed + 85b9633 commit e6d501c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "CLIMAParameters"
uuid = "6eacf6c3-8458-43b9-ae03-caf5306d3d53"
authors = ["Climate Modeling Alliance"]
version = "0.5.1"
version = "0.5.2"

[deps]
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Expand Down
2 changes: 2 additions & 0 deletions src/CLIMAParameters.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ include("file_parsing.jl")
include("types.jl")
include("UniversalConstants.jl")

Base.broadcastable(aps::AbstractParameterSet) = Ref(aps)

# Function stubs
include(joinpath("Planet", "Planet.jl"))
include(joinpath("Atmos", "Atmos.jl"))
Expand Down

0 comments on commit e6d501c

Please sign in to comment.