aboutsummaryrefslogtreecommitdiff
path: root/Node.h
diff options
context:
space:
mode:
Diffstat (limited to 'Node.h')
-rw-r--r--Node.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Node.h b/Node.h
index e6270a7..b7f6681 100644
--- a/Node.h
+++ b/Node.h
@@ -19,8 +19,7 @@ public:
void update();
virtual void addInput(Net *);
virtual void setOutput(Net *);
- virtual void compare() = 0;
- int gert = 45;
+ virtual void sim() = 0;
protected:
Node(const char * type);