File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ mutable struct DFGVariable <: AbstractDFGVariable
95
95
label:: Symbol
96
96
timestamp:: DateTime
97
97
tags:: Vector{Symbol}
98
- estimateDict:: Dict{Symbol, <: AbstractVariableEstimate }
98
+ estimateDict:: Dict{Symbol, <: AbstractPointParametricEst }
99
99
solverDataDict:: Dict{Symbol, VariableNodeData}
100
100
smallData:: Dict{String, String}
101
101
bigData:: Dict{Symbol, AbstractBigDataEntry}
@@ -163,7 +163,7 @@ mutable struct DFGVariableSummary <: AbstractDFGVariable
163
163
label:: Symbol
164
164
timestamp:: DateTime
165
165
tags:: Vector{Symbol}
166
- estimateDict:: Dict{Symbol, <:AbstractVariableEstimate }
166
+ estimateDict:: Dict{Symbol, <:AbstractPointParametricEst }
167
167
softtypename:: Symbol
168
168
_internalId:: Int64
169
169
end
You can’t perform that action at this time.
0 commit comments