﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2106	Code generation for arrays of records	Martin Sjölund	Mahder Alemseged Gebremedhin	"We need to add support for arrays of records in function context
Currently our code looks something like:
{{{#!c
struct Complex_array _t;
alloc_struct Complex_array(&_t, 1, (modelica_integer) 2);
}}}

This needs to be something like...
{{{#!c
struct_array _t;
alloc_struct_array(&t, sizeof(struct Complex), 1, 2);
}}}

Code like this is used in MoMoLib, which will probably be a part of MSL 3.2.1"	defect	closed	high	1.9.0	Code Generation	trunk	fixed		
