﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3340	asserts inside initial equation triggers after initialization aswell	fixed-term.Sven.Baetzing@…	Lennart Ochel	"Asserts which are placed inside the initial equation part trigger aswell during the main simulation.


{{{
model Bug

  Modelica.Blocks.Interfaces.RealInput x
    annotation (Placement(transformation(extent={{-120,-20},{-80,20}})));
initial equation 
  assert(x>0,""x have to be greater 0 at initial"");
equation 

  annotation ();
end Bug;
}}}



Minimal example is attached to this ticket."	defect	closed	normal	1.9.4	Backend	1.9.0Beta	fixed		
