﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1053	[Tiller] No constant binding for variable num (problem with record?) (from MathCore)	krsta	krsta	"Build fails when simulating the model !BookExamples.Chapter5.!TestComplexWave. I do not really understand the error message, but it says ""No constant binding for variable num in scope !BookExamples.Chapter5.!TestComplexWave.Data"".

As data is a record I guess that the error might have something to do with this.
{{{
record Data
      constant Integer num ""Number of waves"";
    Real a[num] ""Wave amplitudes"";
    Modelica.SIunits.Frequency f[num] ""Wave frequencies"";
    Modelica.SIunits.Angle phase[num] ""Wave phase offset"";
  end Data;
}}}"	defect	closed	high		Backend		fixed		krsta
