From f7a44010f181262ca4b713b889a9a7cffffd9762 Mon Sep 17 00:00:00 2001 From: asv Date: Mon, 20 Dec 2004 11:40:02 +0000 Subject: [PATCH] The previous version had syntax error on line 1293, now it was fixed. --- src/GraphExecutor/DataFlowExecutor_InNode.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GraphExecutor/DataFlowExecutor_InNode.cxx b/src/GraphExecutor/DataFlowExecutor_InNode.cxx index 7ba8905..589b449 100644 --- a/src/GraphExecutor/DataFlowExecutor_InNode.cxx +++ b/src/GraphExecutor/DataFlowExecutor_InNode.cxx @@ -1290,7 +1290,7 @@ void GraphExecutor::InNode::InitialState() // asv : 13.12.04 : Decided to set "Loading" state for factory and computing nodes ONLY. // See extended comment in p.2.19 of "Bugs and Improvements" about IsLoading for InLine. - if ( IsComputingNode() || IsFactoryNode() ) + if ( IsComputingNode() || IsFactoryNode() ) { IsLoading( true ) ; } -- 2.39.2