Changeset 1035

Show
Ignore:
Timestamp:
02/07/2008 09:08:20 AM (11 months ago)
Author:
hubertus
Message:

removed all wrong occurrences of "uses" from the library (ticket:45)

Location:
Modelica/trunk/Modelica
Files:
7 modified

Legend:

Unmodified
Added
Removed
  • Modelica/trunk/Modelica/Electrical/Analog/Examples/CauerLowPassOPV.mo

    r887 r1035  
    22model CauerLowPassOPV "Cauer low pass filter with operational amplifiers" 
    33 
    4   annotation ( 
    5     uses(Modelica(version="2.2")), 
    6     Diagram(coordinateSystem(preserveAspectRatio=true, extent={{-250,-200},{ 
     4  annotation (Diagram(coordinateSystem(preserveAspectRatio=true, extent={{-250,-200},{ 
    75            250,200}}), graphics={Text( 
    86          extent={{-130,172},{80,120}}, 
  • Modelica/trunk/Modelica/Electrical/Analog/Examples/CauerLowPassSC.mo

    r1032 r1035  
    88  Modelica.Blocks.Sources.BooleanPulse BooleanPulse1(period=clock)  
    99    annotation (Placement(transformation(extent={{-10,50},{10,70}}, rotation=0))); 
    10   annotation ( 
    11     uses(Modelica(version="2.2")), 
    12     Diagram(coordinateSystem(preserveAspectRatio=true, extent={{-100,-100},{ 
     10  annotation (Diagram(coordinateSystem(preserveAspectRatio=true, extent={{-100,-100},{ 
    1311              100,100}}), 
    1412            graphics), 
     
    8482model Rp "positive resistance" 
    8583 
    86   annotation (uses(Modelica(version="2.2")), Diagram(coordinateSystem( 
     84  annotation (Diagram(coordinateSystem( 
    8785            preserveAspectRatio=true, extent={{-100,-100},{100,100}}), 
    8886                                                     graphics), 
     
    159157        color={0,0,255})); 
    160158end Rp; 
    161   annotation ( 
    162     uses(Modelica(version="2.2")), 
    163     Diagram(coordinateSystem(preserveAspectRatio=true, extent={{-250,-200},{ 
     159  annotation (Diagram(coordinateSystem(preserveAspectRatio=true, extent={{-250,-200},{ 
    164160            250,200}}), graphics={Text( 
    165161          extent={{-100,180},{94,140}}, 
  • Modelica/trunk/Modelica/Electrical/Analog/Sensors.mo

    r912 r1035  
    241241          extent={{-10,-10},{10,10}}, 
    242242          rotation=270))); 
    243   annotation (uses(Modelica(version="2.2")), 
    244     Icon(coordinateSystem( 
     243  annotation (Icon(coordinateSystem( 
    245244          preserveAspectRatio=true, 
    246245          extent={{-100,-100},{100,100}}, 
  • Modelica/trunk/Modelica/Mechanics/MultiBody/parts.mo

    r1028 r1035  
    20152015</HTML> 
    20162016"),   Diagram(coordinateSystem(preserveAspectRatio=true, extent={{-100,-100},{ 
    2017               100,100}}), graphics), 
    2018       uses(Modelica(version="3.0-development"))); 
     2017              100,100}}), graphics)); 
    20192018  protected 
    20202019    outer Modelica.Mechanics.MultiBody.World world; 
     
    21692168          Line(points={{0,-70},{0,-100}}, color={0,0,0})}), 
    21702169      Diagram(coordinateSystem(preserveAspectRatio=true, extent={{-100,-100},{ 
    2171               100,100}}), graphics), 
    2172       uses(Modelica(version="3.0-development"))); 
     2170              100,100}}), graphics)); 
    21732171 
    21742172  encapsulated model RotorWith3DEffects 
  • Modelica/trunk/Modelica/Media/Incompressible.mo

    r1016 r1035  
    468468</li> 
    469469</ul> 
    470 </html>"),     uses(Modelica(version="2.1"), Modelica_Interpolation(version="0.94"))); 
     470</html>")); 
    471471      function evaluate "Evaluate polynomial at a given abszissa value" 
    472472        extends Modelica.Icons.Function; 
  • Modelica/trunk/Modelica/Media/Water/IF97_Utilities.mo

    r1018 r1035  
    41384138      "the melting line and sublimation line curves from IAPWS" 
    41394139 
    4140       annotation (                                                                                                    uses(Modelica(version="1.6")), 
    4141   Documentation(info="<html> 
     4140      annotation (Documentation(info="<html> 
    41424141<p> 
    41434142The International Association for the Properties of Water and Steam<br> 
  • Modelica/trunk/Modelica/Thermal/FluidHeatFlow.mo

    r998 r1035  
    135135          lineColor={255,128,0}, 
    136136          fillColor={255,128,0}, 
    137           fillPattern=FillPattern.Solid)}), 
    138     uses(Modelica(version="3.0-development"))); 
     137          fillPattern=FillPattern.Solid)})); 
    139138 
    140139  package Examples