aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node/scalaroperatornode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'node/scalaroperatornode.cpp')
-rw-r--r--node/scalaroperatornode.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/node/scalaroperatornode.cpp b/node/scalaroperatornode.cpp
index dfbfcc1..f19c9e2 100644
--- a/node/scalaroperatornode.cpp
+++ b/node/scalaroperatornode.cpp
@@ -18,6 +18,7 @@ ScalarOperatorNode::ScalarOperatorNode()
void ScalarOperatorNode::run(ExecutionNode* previous)
{
+
if(NULL!=m_internalNode)
{
m_internalNode->run(this);
@@ -38,6 +39,8 @@ void ScalarOperatorNode::run(ExecutionNode* previous)
m_result->setPrevious(internalResult);
internalResult->setPrevious(previousResult);
+ qDebug() << "ScalarOperatorNode node" << m_myOperator;
+
switch(m_myOperator)
{
case PLUS: