Quickfix for Wire.fuse(...)
authorFabian Stemmler <stemmler@in.tum.de>
Fri, 21 Jun 2019 13:02:41 +0000 (15:02 +0200)
committerFabian Stemmler <stemmler@in.tum.de>
Fri, 21 Jun 2019 13:02:41 +0000 (15:02 +0200)
commit8372838271933fd0a8b363d01e8f20bc43a4ead8
treeeebbd9281330ed5be2dfc7382554e7805c7c378d
parent28ad9cb1eea7862b1850fb7fc1fc9e4627c9f818
Quickfix for Wire.fuse(...)

The fusion of Wires caused an exception upon updating Wire values, if
one of the fused Wires had no inputs, other than the Wire it was fused
with.

The Connector Component still has this issue.
net.mograsim.logic.core/src/net/mograsim/logic/core/tests/ComponentTest.java
net.mograsim.logic.core/src/net/mograsim/logic/core/wires/Wire.java