﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1241	Wrong ArrayIndex in expanded multidim equation	Jens Frenkel	Jens Frenkel	"model ArrayIndex 
  constant Integer N=2; 
  Real A[N,3,3]; 
equation 
  for a in 1:N loop 
    A[a,:,:] = {{cos(time),sin(time),0},
                {-sin(time),cos(time),0}, 
                {0,0,1}}; 
  end for; 
end ArrayIndex;


result in:

 ...

   A[1,:,1,1] = cos(time); 
   A[1,:,1,2] = sin(time);

..."	defect	closed	high		Instantiation		fixed		Jens Frenkel
