From: rahuel Date: Tue, 13 Feb 2007 09:16:08 +0000 (+0000) Subject: NPAL14110 : The count of running graphs does not include now the execution X-Git-Tag: V3_2_6a1~5 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=38bd76ca7d1371711f4fae8afb845cc23e38980d;p=modules%2Fsuperv.git NPAL14110 : The count of running graphs does not include now the execution of SubGraphs (corresponding to MacroNodes). Before that count was wrong. --- diff --git a/src/Supervision/Graph_Impl.cxx b/src/Supervision/Graph_Impl.cxx index 58c3400..c0d7cf7 100644 --- a/src/Supervision/Graph_Impl.cxx +++ b/src/Supervision/Graph_Impl.cxx @@ -813,6 +813,7 @@ SUPERV::Graph_var Graph_Impl::LoadDataFlows( GraphExecutor::DataFlow * aDataFlow GraphExecutor::DataFlow * aMacroGraphExecutor ; CreateExecutor( _Orb , instanceName() , aMacroGraphName , SUPERV::DataStreamGraph , dbgfile , &aMacroGraphExecutor ); + theAutomaton->Executed() ; // Decrement _GraphExecutingNumber for MacroSubGraph // set GraphMacroLevel for Executor's graph GraphBase::Graph* aMacroGraphExe = aMacroGraphExecutor->Graph();