﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2368	Record, inheritance and real vectors	c.schulze@…	probably noone	"model emptyVector4
  record R
    constant Boolean fixedMixingRatio;
    constant Integer nc_propertyCalculation(min=1);
    final constant Integer nc=if fixedMixingRatio then 1 else nc_propertyCalculation;
    constant Real[nc_propertyCalculation] mixingRatio_propertyCalculation;
    constant Real[nc] defaultMixingRatio = if fixedMixingRatio then {1} else mixingRatio_propertyCalculation;
    constant Real xi_default[nc-1] = defaultMixingRatio[1:end-1]/sum(defaultMixingRatio); 
  end R;
  record R2=R(nc_propertyCalculation=1,fixedMixingRatio=false,mixingRatio_propertyCalculation={1});
  R2 r2;
end emptyVector4;


The type of xi_default cannot be determined. Unusable source code is generated. (r15030)"	defect	new	blocker	1.9.0	Backend	1.9.0Beta			
