Ticket #45 (closed task: fixed)
Remove `uses(Modelica(version="xxx"))` from the MSL
| Reported by: | dietmarw | Owned by: | otter |
|---|---|---|---|
| Priority: | normal | Milestone: | MSL3.0 |
| Component: | *unspecified* | Version: | trunk(dev) |
| Severity: | major | Keywords: | |
| Cc: | hubertus | Hide ticket: |
Description (last modified by dietmarw) (diff)
There are several places present in the current MSL where the annotation uses(Modelica(version="xxx")) is present (see below).
I think all of them should be removed as it makes no sense to have them present within the library.
Also (@Hubertus) the Incompressible.mo uses Modelica_Interpolation. Is that still correct?
A global grep found the following places:
source:/trunk/Modelica/Electrical/Analog/Examples/CauerLowPassOPV.mo#L5
source:/trunk/Modelica/Electrical/Analog/Examples/CauerLowPassSC.mo#L11
source:/trunk/Modelica/Electrical/Analog/Examples/CauerLowPassSC.mo#L86
source:/trunk/Modelica/Electrical/Analog/Examples/CauerLowPassSC.mo#L162
source:/trunk/Modelica/Electrical/Analog/Sensors.mo#L243
source:/trunk/Modelica/Mechanics/MultiBody/parts.mo#L2018
source:/trunk/Modelica/Mechanics/MultiBody/parts.mo#L2172
source:/trunk/Modelica/Media/Water/IF97_Utilities.mo#L4140
source:/trunk/Modelica/Media/Incompressible.mo#L1016
source:/trunk/Modelica/Thermal/FluidHeatFlow.mo#L138
