aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2013-12-29 13:35:19 +0100
committerRenaud G <renaud@rolisteam.org>2013-12-29 13:35:19 +0100
commitce35330954ed54180cc16d4d774ba73577c98679 (patch)
tree93343bec60a61ca8dd2c50c63e4347acf5787a07 /node
parentf30020384f816b498fe1f6013758a8de37811821 (diff)
downloadOneRoll-ce35330954ed54180cc16d4d774ba73577c98679.tar.gz
OneRoll-ce35330954ed54180cc16d4d774ba73577c98679.zip
Adding comments
Diffstat (limited to 'node')
-rw-r--r--node/scalaroperatornode.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/node/scalaroperatornode.cpp b/node/scalaroperatornode.cpp
index e8a2ec0..2df0c04 100644
--- a/node/scalaroperatornode.cpp
+++ b/node/scalaroperatornode.cpp
@@ -10,7 +10,6 @@ ScalarOperatorNode::ScalarOperatorNode()
m_scalarOperationList.insert('x',MULTIPLICATION);
m_scalarOperationList.insert('*',MULTIPLICATION);
m_scalarOperationList.insert('/',DIVIDE);
- m_scalarOperationList.insert('÷',DIVIDE);
}
void ScalarOperatorNode::run(ExecutionNode* previous)