﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5572	Delay operator in a for loop of an algorithm section	adrien.guironnet@…	Lennart Ochel	"The following simple model using a delay operator in a for-loop inside an algorithm section is not handled by OpenModelica.

{{{#!mo
 model test3
     Real x=sin(377*time);
     Real z;
     parameter Real tau[:]={0.01,0.02};

  equation

  algorithm
     for k in 1: 2 loop
        z:=delay(x,tau[k]);

     end for;

    end test3;
}}}

original post:
https://stackoverflow.com/questions/56916012/error-due-to-delay-operator-in-algorithm-section"	defect	new	high	Future	Backend				alireza.masoom@… ni.ding@… Karim Adbdelhak Andreas Heuermann
