﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2177	parameter arrays [with enumeration subscript] are not #defined in generated code	Pavol Privitzer	Per Östlund	"
The attached model does not compile;
first compilation error is:
TestPosture.c: In function 'eqFunction_7':

TestPosture.c:241: error: '$Ptmodel$PartyFractGz' undeclared (first use in this function)
....

The problem is the parameter array tmodel.artyFractGz does not get its own #define, only its elements do,
so the attempt to reach the array as a whole in the equation (eqFunction_7 generated from resultP = artyFractGz[Status_Posture]; ) fails .. 
"	defect	closed	high	1.9.0	Backend	trunk	fixed		
