From ad2b2edff58afbbda8a039b4911fb0f5cd79badb Mon Sep 17 00:00:00 2001 From: franckgaga Date: Wed, 4 Dec 2024 20:20:41 -0500 Subject: [PATCH] doc: minor correction --- src/controller/construct.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`