﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1346	type mismatch for range operator	Willi Braun	Willi Braun	"in branches/sjoelund-functiontree for the following model: 
{{{model A
  parameter Integer b=3;
  Integer c[b];
equation
  c = 1:b;
end A;}}}


you get following Error message:  
{{{Error: Type mismatch in equation {c[1],c[2],c[3]}=1:b of type Integer[3]=Integer[3]}}}"	defect	closed	high		Instantiation		fixed		Willi Braun Per Östlund
