Commit 7ded64ba authored by Peter Eastman's avatar Peter Eastman
Browse files

Bug fix

parent b0e45e86
...@@ -449,7 +449,7 @@ public: ...@@ -449,7 +449,7 @@ public:
return "log"; return "log";
} }
Id getId() const { Id getId() const {
return SQRT; return LOG;
} }
int getNumArguments() const { int getNumArguments() const {
return 1; return 1;
...@@ -471,7 +471,7 @@ public: ...@@ -471,7 +471,7 @@ public:
return "sin"; return "sin";
} }
Id getId() const { Id getId() const {
return LOG; return SIN;
} }
int getNumArguments() const { int getNumArguments() const {
return 1; return 1;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment