]> SALOME platform Git repositories - modules/superv.git/commitdiff
Salome HOME
The previous version had syntax error on line 1293, now it was fixed.
authorasv <asv@opencascade.com>
Mon, 20 Dec 2004 11:40:02 +0000 (11:40 +0000)
committerasv <asv@opencascade.com>
Mon, 20 Dec 2004 11:40:02 +0000 (11:40 +0000)
src/GraphExecutor/DataFlowExecutor_InNode.cxx

index 7ba8905ffa38361fbb62d218163132bd3b03e804..589b449963db1051c657441fcf66e3d61d1a53f0 100644 (file)
@@ -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 ) ;
   }