diff options
author | UnavailableDev <69792062+UnavailableDev@users.noreply.github.com> | 2024-06-12 13:49:40 +0200 |
---|---|---|
committer | UnavailableDev <69792062+UnavailableDev@users.noreply.github.com> | 2024-06-12 13:49:40 +0200 |
commit | 00c11d618d46067ed8656e5e9c834773c189cbc0 (patch) | |
tree | 697b07b26b78b961463b67a809f99f345c30afe0 | |
parent | 6fd8dcb9e0d33f7660c4e3a602a5c2a2b5091a7c (diff) |
removed gert :<
-rw-r--r-- | Node.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -20,7 +20,6 @@ public: virtual void addInput(Net *); virtual void setOutput(Net *); virtual void sim() = 0; - int gert = 45; protected: Node(const char * type); |