diff --git a/src/controller/construct.jl b/src/controller/construct.jl index 1aa620cf5..f2c52337a 100644 --- a/src/controller/construct.jl +++ b/src/controller/construct.jl @@ -483,7 +483,7 @@ The ``\mathbf{S}`` and ``\mathbf{T}`` matrices are defined in the Extended Help \mathbf{I} \\ \vdots \\ \mathbf{I} \end{bmatrix} -``` + ``` """ function init_ΔUtoU(model::SimModel{NT}, Hp, Hc) where {NT<:Real} # S and T are `Matrix{NT}` since conversion is faster than `Matrix{Bool}` or `BitMatrix`