File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -51,9 +51,9 @@ function connector_type(sys::AbstractSystem)
51
51
(n_stream > 0 && n_flow > 1 ) &&
52
52
error (" There are multiple flow variables in $(nameof (sys)) !" )
53
53
if n_flow != n_regular
54
- @warn " $(nameof (sys)) contains $n_flow variables, yet $n_regular regular " *
55
- " (non-flow, non-stream, non-input, non-output) variables." *
56
- " This could lead to imbalanced model that are difficult to debug." *
54
+ @warn " $(nameof (sys)) contains $n_flow flow variables, yet $n_regular regular " *
55
+ " (non-flow, non-stream, non-input, non-output) variables. " *
56
+ " This could lead to imbalanced model that are difficult to debug. " *
57
57
" Consider marking some of the regular variables as input/output variables."
58
58
end
59
59
n_stream > 0 ? StreamConnector () : RegularConnector ()
You can’t perform that action at this time.
0 commit comments