aboutsummaryrefslogtreecommitdiff
path: root/Node.h
diff options
context:
space:
mode:
authorUnavailableDev <69792062+UnavailableDev@users.noreply.github.com>2024-06-12 20:07:31 +0200
committerUnavailableDev <69792062+UnavailableDev@users.noreply.github.com>2024-06-12 20:07:31 +0200
commit7b101df2d5742773058ae0a2fbc2d172beae7291 (patch)
treee942d09c5b0a39ce8e454ce40506e54b2fd137d7 /Node.h
parentf1de485461b4cbb5dda4705323b416abec39b574 (diff)
WIP
Diffstat (limited to 'Node.h')
-rw-r--r--Node.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Node.h b/Node.h
index 3496851..59affcf 100644
--- a/Node.h
+++ b/Node.h
@@ -29,7 +29,7 @@ protected:
string label;
vector<Net *> inputs;
- Net * output;
+ Net * output = nullptr;
private:
int min_inputs = -1;