Timeline now passed via constructor
authorFabian Stemmler <stemmler@in.tum.de>
Mon, 27 May 2019 18:06:29 +0000 (20:06 +0200)
committerFabian Stemmler <stemmler@in.tum.de>
Mon, 27 May 2019 18:06:29 +0000 (20:06 +0200)
The Timeline is now passed into each Component and Wire via the
constructor. It is no longer statically accessed through the Simulation
class. Made SampleERCP and LogicUI compatible with this change.


No differences found