Changeset 1017 for trunk

Show
Ignore:
Timestamp:
01/29/08 11:33:45 (9 months ago)
Author:
otter
Message:

Blocks.Discrete.TransferFunction slightly rewrote definition of start/fixed definition of x ("each" instead of "vectors") according to a suggestion from Sven Erik, in order that symbolic size check of Dymola is sucessfull

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Modelica/Blocks/Discrete.mo

    r998 r1017  
    233233    parameter Real a[:] "Denominator coefficients of transfer function."; 
    234234    extends Interfaces.DiscreteSISO; 
    235     output Real x[size(a, 1) - 1](start=zeros(size(a, 1) - 1), fixed=fill(true,size(a, 1) - 1)) 
     235    output Real x[size(a, 1) - 1](each start=0, each fixed=true) 
    236236      "State of transfer function from controller canonical form"; 
    237237  protected