Changeset 1045 for trunk

Show
Ignore:
Timestamp:
02/13/08 22:24:10 (7 months ago)
Author:
otter
Message:

Removed obsolete annotation "Terminal(..)" (an old Dymola 4 annotation, which is not in use since a long time and is not part of the Modelica 3 graphical annotations).

Location:
trunk/Modelica
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/Modelica/Electrical/Analog/Interfaces.mo

    r1044 r1045  
    144144            extent={{-40,110},{160,50}}, 
    145145            textString="%name", 
    146             lineColor={0,0,255})}), 
    147       Terminal(Rectangle(extent=[-100, 100; 100, -100], style(color=3), 
    148           lineColor={0,0,255}))); 
     146            lineColor={0,0,255})})); 
    149147  end NegativePin; 
    150148 
  • trunk/Modelica/Mechanics/Rotational.mo

    r1044 r1045  
    53515351              extent={{-40,90},{160,50}}, 
    53525352              lineColor={0,0,0}, 
    5353               textString="%name")}), 
    5354         Terminal(Rectangle(extent=[-100, -100; 100, 100], style(color=0, 
    5355                 fillColor=7), 
    5356             lineColor={0,0,255}))); 
     5353              textString="%name")})); 
    53575354    end Flange_b; 
    53585355 
     
    54375434              lineColor={0,0,0}, 
    54385435              fillColor={135,135,135}, 
    5439               fillPattern=FillPattern.Solid)}), 
    5440         Terminal(Rectangle(extent=[-100, -100; 100, 100], style(color=0, 
    5441                 fillColor=10), 
    5442             lineColor={0,0,255}))); 
     5436              fillPattern=FillPattern.Solid)})); 
    54435437    end Support; 
    54445438 
  • trunk/Modelica/Mechanics/Translational.mo

    r1044 r1045  
    39033903              extent={{-160,110},{40,50}}, 
    39043904              lineColor={0,127,0}, 
    3905               textString="%name")}), 
    3906         Terminal(Rectangle(extent=[-100, -100; 100, 100], style(color=58, 
    3907                 fillColor=58), 
    3908             lineColor={0,0,255}))); 
     3905              textString="%name")})); 
    39093906 
    39103907      SI.Position s "absolute position of flange"; 
     
    39543951              extent={{-40,110},{160,50}}, 
    39553952              lineColor={0,127,0}, 
    3956               textString="%name")}), 
    3957         Terminal(Rectangle(extent=[-100, -100; 100, 100], style(color=58), 
    3958             lineColor={0,0,255}))); 
     3953              textString="%name")})); 
    39593954    end Flange_b; 
    39603955