From: asv Date: Mon, 20 Dec 2004 11:40:02 +0000 (+0000) Subject: The previous version had syntax error on line 1293, now it was fixed. X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=f7a44010f181262ca4b713b889a9a7cffffd9762;p=modules%2Fsuperv.git The previous version had syntax error on line 1293, now it was fixed. --- 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 ) ; }