File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -440,7 +440,7 @@ function ModelingToolkit.linearization_function(sys::ModelingToolkit.AbstractSys
440
440
push! (multiplicities_u, length (ui)) # one ap may yield several new vars
441
441
append! (u, ui)
442
442
if loop_openings != = nothing && ap. name ∈ loop_openings
443
- # In thise case, we break the existing connection.
443
+ # In this case, we break the existing connection.
444
444
[ap_var (ap. out) .~ ui;], ui
445
445
else
446
446
[ap_var (ap. out) .~ ap_var (ap. in) + ui;], ui
@@ -454,7 +454,7 @@ function ModelingToolkit.linearization_function(sys::ModelingToolkit.AbstractSys
454
454
append! (y, yi)
455
455
if loop_openings != = nothing && ap. name ∈ loop_openings
456
456
[ap_var (ap. in) .~ yi;
457
- ap_var (ap. out) .~ 0 ], yi # In thise case, we break the existing connection.
457
+ ap_var (ap. out) .~ 0 ], yi # In this case, we break the existing connection.
458
458
else
459
459
[ap_var (ap. in) .~ yi;
460
460
ap_var (ap. out) .~ ap_var (ap. in)], yi
You can’t perform that action at this time.
0 commit comments