diff --git a/src/debug.jl b/src/debug.jl index 9daddd9..8e6100c 100644 --- a/src/debug.jl +++ b/src/debug.jl @@ -42,7 +42,7 @@ function Base.getindex(bgpm::SystemStructurePrintMatrix, i::Integer, j::Integer) checkbounds(bgpm, i, j) if bgpm.ssa_uses === nothing # Skip SSAUse-related columns. - j += j ≥ 5 + j ≥ 11 + j += (j ≥ 5) + (j ≥ 11) end if i <= 1 return (Label.(("# eq", "∂ₜ", " ", " ", "%", "", "# v", "∂ₜ", " ", " ", "%")))[j]