Skip to content

Commit

Permalink
minor comment improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
dehann committed Aug 11, 2021
1 parent 0b0bd1f commit 1659d71
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/entities/DFGVariable.jl
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,8 @@ abstract type AbstractPointParametricEst end
Data container to store Parameteric Point Estimate (PPE) for mean and max.
"""
struct MeanMaxPPE <: AbstractPointParametricEst
solveKey::Symbol #repeated because of Sam's request
# repeat key value internally (from a design request by Sam)
solveKey::Symbol
suggested::Vector{Float64}
max::Vector{Float64}
mean::Vector{Float64}
Expand Down

0 comments on commit 1659d71

Please sign in to comment.