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)
commite6d8e1a6099a1bc26af3851860bfd849543278c3
treedf09c6cb2f2d83b721627dea091782377b168dda
parent8a865291099fc1aa65c771029f3e7312cf773364
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