﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1340	Code generation issue with for-iterators in simulation context	Martin Sjölund	Martin Sjölund	"{{{model mod2 
  constant Integer n=3; 
  output Real Z[n, n]; 
  Real V[n], I[n]; 
  Integer i=1, k=1; 
algorithm 
  for i in 1:n loop 
    for k in 1:n loop 
      Z[i,k] := i * k; 
    end for; 
  end for; 
equation 
  I = fill(1.0,n); 
  V = Z * I; 
end mod2; }}}"	defect	closed	high		Backend		fixed		Martin Sjölund
