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
2 changes: 0 additions & 2 deletions ModelicaTest/MultiBody.mo
Original file line number Diff line number Diff line change
Expand Up @@ -8741,8 +8741,6 @@ often possible to use the FreeMotion joint such that the singularity
Text(
extent={{-150,-72},{-56,-90}},
textColor={255,85,85},
lineThickness=0.5,
fillPattern=FillPattern.Solid,
textString="Compare angles and position vector r",
fontSize=11),
Line(
Expand Down
2 changes: 0 additions & 2 deletions ModelicaTest/Rotational.mo
Original file line number Diff line number Diff line change
Expand Up @@ -515,8 +515,6 @@ package Rotational "Test models for Modelica.Mechanics.Rotational"
fillPattern=FillPattern.Solid), Text(
extent={{-80,100},{80,60}},
textColor={0,0,255},
fillColor={255,213,170},
fillPattern=FillPattern.Solid,
textString="Since the initialization was changed some elements here
are redundant (e.g. inertia4, inertia5).
But for compatibility reasons they were not deleted yet.")}));
Expand Down
4 changes: 0 additions & 4 deletions ModelicaTest/Tables/CombiTable2Ds.mo
Original file line number Diff line number Diff line change
Expand Up @@ -831,19 +831,15 @@ double mydummyfunc(double dummy_in) {
extent={{20,30},{45,15}}),
Text(
textString="1L",
fillPattern=FillPattern.Solid,
extent={{25,35},{40,30}}),
Text(
textString="1R",
fillPattern=FillPattern.Solid,
extent={{25,15},{40,10}}),
Text(
textString="2L",
fillPattern=FillPattern.Solid,
extent={{10,25},{25,20}}),
Text(
textString="2R",
fillPattern=FillPattern.Solid,
extent={{40,25},{55,20}})}),
experiment(StartTime=0, StopTime=1));
end Test22;
Expand Down
4 changes: 0 additions & 4 deletions ModelicaTest/Tables/CombiTable2Dv.mo
Original file line number Diff line number Diff line change
Expand Up @@ -656,19 +656,15 @@ double mydummyfunc(double dummy_in) {
extent={{20,30},{45,15}}),
Text(
textString="1L",
fillPattern=FillPattern.Solid,
extent={{25,35},{40,30}}),
Text(
textString="1R",
fillPattern=FillPattern.Solid,
extent={{25,15},{40,10}}),
Text(
textString="2L",
fillPattern=FillPattern.Solid,
extent={{10,25},{25,20}}),
Text(
textString="2R",
fillPattern=FillPattern.Solid,
extent={{40,25},{55,20}})}),
experiment(StartTime=0, StopTime=1));
end Test22;
Expand Down