Skip to content

Commit 2acfedc

Browse files
EnsParTable: fix key type to Symbol
Co-authored-by: Maximilian-Stefan-Ernst <34346372+Maximilian-Stefan-Ernst@users.noreply.github.com>
1 parent 700ccc1 commit 2acfedc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/frontend/specification/EnsembleParameterTable.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
### Types
33
############################################################################################
44

5-
struct EnsembleParameterTable{K} <: AbstractParameterTable
6-
tables::Dict{K, ParameterTable}
5+
struct EnsembleParameterTable <: AbstractParameterTable
6+
tables::Dict{Symbol, ParameterTable}
77
params::Vector{Symbol}
88
end
99

0 commit comments

Comments
 (0)