﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2336	Enumeration array with bindings flagged as structurally singular	Per Östlund	Lennart Ochel	"OMC says that the following model is structurally singular, which it shouldn't be. I'm quite sure it used to work a couple of months ago.
{{{
model M
  type E = enumeration(one, two);
  Real x[E] = {1, 2};
end M;
}}}
The model works if you don't use an enumeration though:
{{{
model M
  Real x[2] = {1, 2};
end M;
}}}"	defect	closed	normal	1.9.1	Backend	trunk	fixed		Lennart Ochel Jens Frenkel
