Skip to content

Commit 1659d71

Browse files
committed
minor comment improvement
1 parent 0b0bd1f commit 1659d71

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/entities/DFGVariable.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,8 @@ abstract type AbstractPointParametricEst end
226226
Data container to store Parameteric Point Estimate (PPE) for mean and max.
227227
"""
228228
struct MeanMaxPPE <: AbstractPointParametricEst
229-
solveKey::Symbol #repeated because of Sam's request
229+
# repeat key value internally (from a design request by Sam)
230+
solveKey::Symbol
230231
suggested::Vector{Float64}
231232
max::Vector{Float64}
232233
mean::Vector{Float64}

0 commit comments

Comments
 (0)