Show
Ignore:
Timestamp:
06/26/08 08:45:49 (5 months ago)
Author:
otter
Message:

Changed annotation "PreserveAspectRatio" from "true" to "false" for the components:
- Blocks.Math.InverseBlockConstraints
- Blocks.Sources.RealExpression/.IntegerExpression/.BooleanExpression
Updated the release notes

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/maintenance/3.0/Modelica/Blocks/Math.mo

    r1047 r1142  
    616616 
    617617    annotation(__Dymola_structurallyIncomplete=true, 
    618       Diagram(coordinateSystem(preserveAspectRatio=true, extent={{-200,-100},{ 
     618      Diagram(coordinateSystem(preserveAspectRatio=false, extent={{-200,-100},{ 
    619619              200,100}}), 
    620620              graphics), 
    621       Icon(coordinateSystem(preserveAspectRatio=true, extent={{-200,-100},{200, 
     621      Icon(coordinateSystem(preserveAspectRatio=false, extent={{-200,-100},{200, 
    622622              100}}), graphics={ 
    623623          Line( 
     
    641641<a href=\"Modelica://Modelica.Blocks.Examples.InverseModel\">Modelica.Blocks.Examples.InverseModel</a>. 
    642642</p> 
    643  
     643  
    644644<p> 
    645645Note, if a block shall be inverted that has several input and output blocks, 
     
    647647instances: 
    648648</p> 
    649  
     649  
    650650<pre> 
    651651   InverseBlockConstraint invert[3];  // Block to be inverted has 3 input signals 
     
    656656    y1 = y2; 
    657657  end InverseBlockConstraints; 
    658  
    659658 
    660659      block Gain "Output the product of a gain value with the input signal"