aboutsummaryrefslogtreecommitdiff
path: root/Node.h
diff options
context:
space:
mode:
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 e6270a7..36da279 100644
--- a/Node.h
+++ b/Node.h
@@ -19,7 +19,7 @@ public:
void update();
virtual void addInput(Net *);
virtual void setOutput(Net *);
- virtual void compare() = 0;
+ virtual void sim() = 0;
int gert = 45;
protected: