transferToOutputs method

void transferToOutputs()

Implementation

void transferToOutputs() {
  for (var n in nodes) {
    n.output = n.input;
  }
}