﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3080	XML code generation doesn't work for Clock equations	anonymous	Lennart Ochel	"$ omc +s --simCodeTarget=XML Example.mo
{{{
class Example
  Real x;
initial equation
  x = 0.0;
equation
  when Clock() then
    x = 1.0 + previous(x);
  end when;
end Example;
}}}
Error processing file: Example.mo
[CodegenXML.tpl:3816:14-3816:14:writable] Error: Template error: expTypeShortXml:<function>() => Clock"	defect	closed	normal	1.9.4	Code Generation	trunk	fixed		
