Changeset 1043 for trunk

Show
Ignore:
Timestamp:
02/13/08 09:07:28 (6 months ago)
Author:
otter
Message:

Fixed bug in conversion script reported by Martin Malmheden:
Removal of "SignalType" was missing for Blocks.Interfaces.RealSignal

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Modelica/Scripts/ConvertModelica_from_2.2.2_to_3.0.mos

    r1042 r1043  
    6363convertModifiers("Modelica.Blocks.Interfaces.RealInput",{"SignalType"},fill("",0),true); 
    6464convertModifiers("Modelica.Blocks.Interfaces.RealOutput",{"SignalType"},fill("",0),true); 
     65convertModifiers("Modelica.Blocks.Interfaces.RealSignal",{"SignalType"},fill("",0),true); 
    6566 
    6667