﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2433	For loop indexes used in relations in algorithms are undefined for zero crossings	Adrian Pop	Willi Braun	"
{{{
 algorithm 
  for s in 1:N loop 
   for z in 1:N loop 
    Lm[z,s]:= if (z>=s) then L[(s-1)*N+z-div((s-1)*s,2)] else Lm[s,z]; 
   end for; 
  end for;
}}}
See also here:
https://openmodelica.org/index.php/forum/topic?id=1021
You get that $Ps is undefined in the C code."	defect	new	normal	Future	Backend	trunk			
