﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4363	Properly fix handling of Clocks the front-end, back-end and codegen	Adrian Pop	Lennart Ochel	"See PR:
https://github.com/OpenModelica/OMCompiler/pull/1574

Currently we force in the front-end:
- evaluation of solverMethod in Clock (Static.mo)
- vectorization of clock operators (Static.mo)
because:
- back-end does not evaluate the solverMethod
- the C++ runtime does not support non-vectorized clock operators

This ticket is for fixing these issues:
1. revert PR https://github.com/OpenModelica/OMCompiler/pull/1574
2. implement evaluation of clocks in SynchronousFeatures.resolveClocks
3. add proper support for non-vectorized clocked operators in the C++ runtime

"	defect	closed	high	1.19.0	Backend		duplicate		Rüdiger Franke Martin Sjölund Lennart Ochel Bernhard Thiele
