Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions Modelica/Blocks/Interfaces.mo
Original file line number Diff line number Diff line change
Expand Up @@ -896,8 +896,7 @@ where the signal sizes of the input and output vector are identical.
extent={{110,-50},{250,-70}},
textString=DynamicSelect(" ", String(
y,
minimumLength=1,
significantDigits=0))),
minimumLength=1))),
Text(
extent={{-150,150},{150,110}},
textString="%name",
Expand Down Expand Up @@ -927,8 +926,7 @@ where the signal sizes of the input and output vector are identical.
extent={{110,-50},{250,-70}},
textString=DynamicSelect(" ", String(
y,
minimumLength=1,
significantDigits=0))),
minimumLength=1))),
Text(
extent={{-150,150},{150,110}},
textString="%name",
Expand Down
3 changes: 1 addition & 2 deletions Modelica/Blocks/MathInteger.mo
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ equation
extent={{310,-25},{410,-45}},
textString=DynamicSelect(" ", String(
y,
minimumLength=1,
significantDigits=0))),
minimumLength=1))),
Text(
visible=not use_pre_as_default,
extent={{-100,-60},{300,-90}},
Expand Down